aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-09-25 18:29:42 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-09-25 18:29:42 +0530
commit4ff02608aa941639f057a612de05e940233e92f5 (patch)
treed7c7e6d5d2c49f914cb91aff6fcb89a64a99daee /src
parentchore: refactor Dockerfile to make use of layer cache when installing npm mod... (diff)
downloadferdium-app-4ff02608aa941639f057a612de05e940233e92f5.tar.gz
ferdium-app-4ff02608aa941639f057a612de05e940233e92f5.tar.zst
ferdium-app-4ff02608aa941639f057a612de05e940233e92f5.zip
fix: fix warning for duplicated i18n key [skip ci]
Diffstat (limited to 'src')
-rw-r--r--src/components/settings/services/ServicesDashboard.js4
-rw-r--r--src/i18n/locales/en-US.json3
2 files changed, 4 insertions, 3 deletions
diff --git a/src/components/settings/services/ServicesDashboard.js b/src/components/settings/services/ServicesDashboard.js
index 9272b05c9..bb52db97f 100644
--- a/src/components/settings/services/ServicesDashboard.js
+++ b/src/components/settings/services/ServicesDashboard.js
@@ -25,9 +25,9 @@ const messages = defineMessages({
25 defaultMessage: 'Start by adding a service.', 25 defaultMessage: 'Start by adding a service.',
26 }, 26 },
27 noServiceFound: { 27 noServiceFound: {
28 id: 'settings.recipes.nothingFound', 28 id: 'settings.services.nothingFound',
29 defaultMessage: 29 defaultMessage:
30 'Sorry, but no service matched your search term. 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.', 30 '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.',
31 }, 31 },
32 discoverServices: { 32 discoverServices: {
33 id: 'settings.services.discoverServices', 33 id: 'settings.services.discoverServices',
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 471726ecc..812ec8c4c 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -288,7 +288,7 @@
288 "settings.recipes.customService.openFolder": "Open folder", 288 "settings.recipes.customService.openFolder": "Open folder",
289 "settings.recipes.headline": "Available services", 289 "settings.recipes.headline": "Available services",
290 "settings.recipes.missingService": "Missing a service?", 290 "settings.recipes.missingService": "Missing a service?",
291 "settings.recipes.nothingFound": "Sorry, but no service matched your search term. 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.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.",
292 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 292 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
293 "settings.searchService": "Search service", 293 "settings.searchService": "Search service",
294 "settings.service.error.goBack": "Back to services", 294 "settings.service.error.goBack": "Back to services",
@@ -344,6 +344,7 @@
344 "settings.services.discoverServices": "Discover services", 344 "settings.services.discoverServices": "Discover services",
345 "settings.services.headline": "Your services", 345 "settings.services.headline": "Your services",
346 "settings.services.noServicesAdded": "Start by adding a service.", 346 "settings.services.noServicesAdded": "Start by adding a service.",
347 "settings.services.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.",
347 "settings.services.servicesRequestFailed": "Could not load your services", 348 "settings.services.servicesRequestFailed": "Could not load your services",
348 "settings.services.tooltip.isDisabled": "Service is disabled", 349 "settings.services.tooltip.isDisabled": "Service is disabled",
349 "settings.services.tooltip.isMuted": "All sounds are muted", 350 "settings.services.tooltip.isMuted": "All sounds are muted",