From e4d5b8151802517b2943756fc0d09ffa95e2c4e2 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Sat, 29 Jan 2022 18:21:37 +0100 Subject: chore: replace lingui functions with react-intl --- src/config/sharing.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/config/sharing.ts') diff --git a/src/config/sharing.ts b/src/config/sharing.ts index 580145e..9e84801 100644 --- a/src/config/sharing.ts +++ b/src/config/sharing.ts @@ -1,5 +1,3 @@ -import { t } from '@lingui/macro'; - const sharingMedia = [ { id: 'diaspora', @@ -58,7 +56,7 @@ const sharingMedia = [ }, { id: 'email', - name: t`Email`, + name: 'Email', parameters: { content: 'body', image: '', -- cgit v1.2.3