From eaa8e80efadc55d42462af0a5381f2552acc3c88 Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Sat, 27 May 2023 18:48:38 +0530 Subject: Expose "Clear service cache" in the service settings screen and the sidebar context menu for individual services (#1053) --- src/i18n/globalMessages.ts | 4 ++++ src/i18n/locales/en-US.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'src/i18n') diff --git a/src/i18n/globalMessages.ts b/src/i18n/globalMessages.ts index 690bad1de..9f55da57a 100644 --- a/src/i18n/globalMessages.ts +++ b/src/i18n/globalMessages.ts @@ -74,4 +74,8 @@ export default defineMessages({ id: 'global.edit', defaultMessage: 'Edit', }, + clearCache: { + id: 'global.clearCache', + defaultMessage: 'Clear cache', + }, }); diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json index 13fec6102..82c0f1b02 100644 --- a/src/i18n/locales/en-US.json +++ b/src/i18n/locales/en-US.json @@ -22,6 +22,7 @@ "feature.quickSwitch.title": "QuickSwitch", "global.api.unhealthy": "Can't connect to {serverNameParse} online services", "global.cancel": "Cancel", + "global.clearCache": "Clear cache", "global.edit": "Edit", "global.no": "No", "global.notConnectedToTheInternet": "You are not connected to the internet.", @@ -183,7 +184,6 @@ "settings.account.userInfoRequestFailed": "Could not load user information", "settings.account.yourLicense": "Your Ferdium License:", "settings.app.accentColorInfo": "Write your color choice in a CSS-compatible format. (Default: {defaultAccentColor} or clear the input field)", - "settings.app.buttonClearAllCache": "Clear cache", "settings.app.buttonInstallUpdate": "Restart & install update", "settings.app.buttonOpenFerdiumProfileFolder": "Open Profile folder", "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Open Service Recipes folder", -- cgit v1.2.3-54-g00ecf