aboutsummaryrefslogtreecommitdiffstats
path: root/src/config/sharing.ts
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-01-29 18:21:37 +0100
committerArmand Philippot <git@armandphilippot.com>2022-01-29 19:02:57 +0100
commite4d5b8151802517b2943756fc0d09ffa95e2c4e2 (patch)
tree9e99137a7b64ea7993a8311a7162336a551be8b2 /src/config/sharing.ts
parent47b854de26dea24e7838fd0804df103dee99635f (diff)
chore: replace lingui functions with react-intl
Diffstat (limited to 'src/config/sharing.ts')
-rw-r--r--src/config/sharing.ts4
1 files changed, 1 insertions, 3 deletions
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: '',