aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2022-06-22 00:34:27 +0100
committerLibravatar GitHub <noreply@github.com>2022-06-21 23:34:27 +0000
commit206b6d16b8058b8096b462305d7e9b981df56b44 (patch)
treeb00d24cc3a301f0ba68279eacac54ec9466cfff4 /src/i18n
parentdocs: add cino as a contributor for code [skip ci] (#331) (diff)
downloadferdium-app-206b6d16b8058b8096b462305d7e9b981df56b44.tar.gz
ferdium-app-206b6d16b8058b8096b462305d7e9b981df56b44.tar.zst
ferdium-app-206b6d16b8058b8096b462305d7e9b981df56b44.zip
Change 'Most Popular' list in Services to 'Ferdium Picks' (#332)
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/locales/defaultMessages.json4
-rw-r--r--src/i18n/locales/en-US.json2
-rw-r--r--src/i18n/messages/src/components/settings/recipes/RecipesDashboard.json4
3 files changed, 5 insertions, 5 deletions
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index 6401f9ec8..09c793bfe 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -2150,13 +2150,13 @@
2150 } 2150 }
2151 }, 2151 },
2152 { 2152 {
2153 "defaultMessage": "!!!Most popular", 2153 "defaultMessage": "!!!Ferdium Picks",
2154 "end": { 2154 "end": {
2155 "column": 3, 2155 "column": 3,
2156 "line": 30 2156 "line": 30
2157 }, 2157 },
2158 "file": "src/components/settings/recipes/RecipesDashboard.js", 2158 "file": "src/components/settings/recipes/RecipesDashboard.js",
2159 "id": "settings.recipes.mostPopular", 2159 "id": "settings.recipes.ferdiumPicks",
2160 "start": { 2160 "start": {
2161 "column": 22, 2161 "column": 22,
2162 "line": 27 2162 "line": 27
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 62b84f093..790d379b7 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -308,7 +308,7 @@
308 "settings.recipes.customService.openFolder": "Open folder", 308 "settings.recipes.customService.openFolder": "Open folder",
309 "settings.recipes.headline": "Available services", 309 "settings.recipes.headline": "Available services",
310 "settings.recipes.missingService": "Missing a service?", 310 "settings.recipes.missingService": "Missing a service?",
311 "settings.recipes.mostPopular": "Most popular", 311 "settings.recipes.ferdiumPicks": "Ferdium Picks",
312 "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 Ferdium since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdium.", 312 "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 Ferdium since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdium.",
313 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 313 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
314 "settings.searchService": "Search service", 314 "settings.searchService": "Search service",
diff --git a/src/i18n/messages/src/components/settings/recipes/RecipesDashboard.json b/src/i18n/messages/src/components/settings/recipes/RecipesDashboard.json
index a356a610b..a74fa5c63 100644
--- a/src/i18n/messages/src/components/settings/recipes/RecipesDashboard.json
+++ b/src/i18n/messages/src/components/settings/recipes/RecipesDashboard.json
@@ -26,8 +26,8 @@
26 } 26 }
27 }, 27 },
28 { 28 {
29 "id": "settings.recipes.mostPopular", 29 "id": "settings.recipes.ferdiumPicks",
30 "defaultMessage": "!!!Most popular", 30 "defaultMessage": "!!!Ferdium Picks",
31 "file": "src/components/settings/recipes/RecipesDashboard.js", 31 "file": "src/components/settings/recipes/RecipesDashboard.js",
32 "start": { 32 "start": {
33 "line": 27, 33 "line": 27,