diff options
| author | Henry Jameson <me@hjkos.com> | 2019-09-23 20:29:01 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-09-23 20:36:49 +0300 |
| commit | 7b4cb387345c0e278a6cfe5bbff5265c09281567 (patch) | |
| tree | a8b2b6e052aeb687757ef54e5c2c7bce9bec1722 /src/i18n | |
| parent | 3cd23ae2d4d28c79890442bf343a55e44544bcdf (diff) | |
split spam mode into two separate options (one in settings page)
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 7676e7a8..20d4ed22 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -109,7 +109,7 @@ "emoji": { "stickers": "Stickers", "emoji": "Emoji", - "spam": "Keep picker open, don't separate emoji with spaces", + "keep_open": "Keep picker open", "search_emoji": "Search for an emoji", "add_emoji": "Insert emoji", "custom": "Custom emoji", @@ -232,6 +232,7 @@ "delete_account_error": "There was an issue deleting your account. If this persists please contact your instance administrator.", "delete_account_instructions": "Type your password in the input below to confirm account deletion.", "avatar_size_instruction": "The recommended minimum size for avatar images is 150x150 pixels.", + "pad_emoji": "Pad emoji with spaces when adding from picker", "export_theme": "Save preset", "filtering": "Filtering", "filtering_explanation": "All statuses containing these words will be muted, one per line", |
