diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-05-22 16:41:16 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-05-22 16:41:16 +0000 |
| commit | 68a2c5db9829a2efaa1bf9bc29f180a77d8b9f32 (patch) | |
| tree | c44cc8357b9c04c6d87337ee81badfd10bc0f004 /src/i18n | |
| parent | 3b6d72ef3b57877587e48e35744954945c44a217 (diff) | |
| parent | 9725443e60bc6e147fdc8d195dab048d1d5aa461 (diff) | |
Merge branch 'revert-3b6d72ef' into 'develop'
Revert "Merge branch 'revert-a88abc7e' into 'develop'"
See merge request pleroma/pleroma-fe!1528
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 733df0a0..a3174492 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -255,7 +255,8 @@ "password_required": "cannot be left blank", "password_confirmation_required": "cannot be left blank", "password_confirmation_match": "should be the same as password" - } + }, + "email_language": "In which language do you want to receive emails from the server?" }, "remote_user_resolver": { "remote_user_resolver": "Remote user resolver", @@ -304,6 +305,7 @@ "avatarRadius": "Avatars", "background": "Background", "bio": "Bio", + "email_language": "Language for receiving emails from the server", "block_export": "Block export", "block_export_button": "Export your blocks to a csv file", "block_import": "Block import", |
