From 4dba96af9832e93aec112a05f90dfdb45d599e42 Mon Sep 17 00:00:00 2001 From: Zhiyuan Zheng Date: Sun, 28 Mar 2021 23:54:25 +0200 Subject: [PATCH] Corrections --- src/i18n/en/screens/actions.json | 10 +++++----- src/i18n/en/screens/tabs.json | 6 ------ 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/src/i18n/en/screens/actions.json b/src/i18n/en/screens/actions.json index 17e8214d..6be9881b 100644 --- a/src/i18n/en/screens/actions.json +++ b/src/i18n/en/screens/actions.json @@ -7,11 +7,11 @@ "notificationsFilter": { "heading": "Show notification types", "content": { - "follow": "$t(meSettingsPush:content.follow.heading)", - "favourite": "$t(meSettingsPush:content.favourite.heading)", - "reblog": "$t(meSettingsPush:content.reblog.heading)", - "mention": "$t(meSettingsPush:content.mention.heading)", - "poll": "$t(meSettingsPush:content.poll.heading)", + "follow": "$t(me.push.follow.heading)", + "favourite": "$t(me.push.favourite.heading)", + "reblog": "$t(me.push.reblog.heading)", + "mention": "$t(me.push.mention.heading)", + "poll": "$t(me.push.poll.heading)", "follow_request": "Follow request" } } diff --git a/src/i18n/en/screens/tabs.json b/src/i18n/en/screens/tabs.json index 085c0e1a..b63739bc 100644 --- a/src/i18n/en/screens/tabs.json +++ b/src/i18n/en/screens/tabs.json @@ -133,8 +133,6 @@ "language": { "heading": "Language", "options": { - "en": "English", - "zh-Hans": "简体中文", "cancel": "$t(common:buttons.cancel)" } }, @@ -155,10 +153,6 @@ "cancel": "$t(common:buttons.cancel)" } }, - "cache": { - "heading": "Clear cache", - "empty": "Cache empty" - }, "support": { "heading": "Support tooot" },