From 4a81e0e07da86862d858d97e11df6a92b3423a05 Mon Sep 17 00:00:00 2001 From: kytwb Date: Sat, 8 Jan 2022 16:24:26 +0100 Subject: Fix i18n issue on mostPopular key --- src/i18n/locales/en-US.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json index daa47868b..cb0a521e0 100644 --- a/src/i18n/locales/en-US.json +++ b/src/i18n/locales/en-US.json @@ -286,7 +286,7 @@ "settings.recipes.customService.openFolder": "Open folder", "settings.recipes.headline": "Available services", "settings.recipes.missingService": "Missing a service?", - "settings.recipes.mostPopular": "!!!Most popular", + "settings.recipes.mostPopular": "Most popular", "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.", "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", "settings.searchService": "Search service", @@ -441,4 +441,4 @@ "workspaceDrawer.workspaceFeatureInfo": "

Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.

You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.

", "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", "workspaces.switchingIndicator.switchingTo": "Switching to" -} \ No newline at end of file +} -- cgit v1.2.3-54-g00ecf