From 395d21290462525209ee4446746f14f996adf6b2 Mon Sep 17 00:00:00 2001 From: taehoon Date: Thu, 14 Feb 2019 03:19:07 -0500 Subject: [PATCH] Add new strings to i18n --- src/components/user_settings/user_settings.vue | 4 ++-- src/i18n/en.json | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/user_settings/user_settings.vue b/src/components/user_settings/user_settings.vue index 520a8cbe..e18ca4ee 100644 --- a/src/components/user_settings/user_settings.vue +++ b/src/components/user_settings/user_settings.vue @@ -165,13 +165,13 @@
- +
- +
diff --git a/src/i18n/en.json b/src/i18n/en.json index b41b6db9..93819c2c 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -177,6 +177,8 @@ "notification_visibility_mentions": "Mentions", "notification_visibility_repeats": "Repeats", "no_rich_text_description": "Strip rich text formatting from all posts", + "no_blocks": "No blocks", + "no_mutes": "No mutes", "hide_follows_description": "Don't show who I'm following", "hide_followers_description": "Don't show who's following me", "show_admin_badge": "Show Admin badge in my profile",