aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2022-01-08 16:24:26 +0100
committerLibravatar kytwb <kytwb@pm.me>2022-01-08 16:24:26 +0100
commit4a81e0e07da86862d858d97e11df6a92b3423a05 (patch)
treefbaafd2cbdae42d4ae383e553e6829717a9421b6 /src
parentMerge branch 'release' into develop (diff)
downloadferdium-app-4a81e0e07da86862d858d97e11df6a92b3423a05.tar.gz
ferdium-app-4a81e0e07da86862d858d97e11df6a92b3423a05.tar.zst
ferdium-app-4a81e0e07da86862d858d97e11df6a92b3423a05.zip
Fix i18n issue on mostPopular key
Diffstat (limited to 'src')
-rw-r--r--src/i18n/locales/en-US.json4
1 files changed, 2 insertions, 2 deletions
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 @@
286 "settings.recipes.customService.openFolder": "Open folder", 286 "settings.recipes.customService.openFolder": "Open folder",
287 "settings.recipes.headline": "Available services", 287 "settings.recipes.headline": "Available services",
288 "settings.recipes.missingService": "Missing a service?", 288 "settings.recipes.missingService": "Missing a service?",
289 "settings.recipes.mostPopular": "!!!Most popular", 289 "settings.recipes.mostPopular": "Most popular",
290 "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.", 290 "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.",
291 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 291 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
292 "settings.searchService": "Search service", 292 "settings.searchService": "Search service",
@@ -441,4 +441,4 @@
441 "workspaceDrawer.workspaceFeatureInfo": "<p>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.</p><p>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.</p>", 441 "workspaceDrawer.workspaceFeatureInfo": "<p>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.</p><p>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.</p>",
442 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 442 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
443 "workspaces.switchingIndicator.switchingTo": "Switching to" 443 "workspaces.switchingIndicator.switchingTo": "Switching to"
444} \ No newline at end of file 444}