From d8ad494081d2e8fa7bfc0942f19e282186392bf5 Mon Sep 17 00:00:00 2001 From: taehoon Date: Sat, 2 Feb 2019 20:39:41 -0500 Subject: [PATCH] Add avatar size instruction notice --- src/components/user_settings/user_settings.vue | 1 + src/i18n/en.json | 1 + 2 files changed, 2 insertions(+) diff --git a/src/components/user_settings/user_settings.vue b/src/components/user_settings/user_settings.vue index 2a5af99c2b..82e1e56c89 100644 --- a/src/components/user_settings/user_settings.vue +++ b/src/components/user_settings/user_settings.vue @@ -41,6 +41,7 @@

{{$t('settings.avatar')}}

+

{{$t('settings.avatar_size_instruction')}}

{{$t('settings.current_avatar')}}

{{$t('settings.set_new_avatar')}}

diff --git a/src/i18n/en.json b/src/i18n/en.json index b1356aaa11..4b36db5a3d 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -118,6 +118,7 @@ "delete_account_description": "Permanently delete your account and all your messages.", "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.", "export_theme": "Save preset", "filtering": "Filtering", "filtering_explanation": "All statuses containing these words will be muted, one per line",