From 4ff02608aa941639f057a612de05e940233e92f5 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sat, 25 Sep 2021 18:29:42 +0530 Subject: fix: fix warning for duplicated i18n key [skip ci] --- src/components/settings/services/ServicesDashboard.js | 4 ++-- src/i18n/locales/en-US.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'src') 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({ defaultMessage: 'Start by adding a service.', }, noServiceFound: { - id: 'settings.recipes.nothingFound', + id: 'settings.services.nothingFound', defaultMessage: - '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.', + '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.', }, discoverServices: { 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 @@ "settings.recipes.customService.openFolder": "Open folder", "settings.recipes.headline": "Available services", "settings.recipes.missingService": "Missing a service?", - "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.", + "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", "settings.service.error.goBack": "Back to services", @@ -344,6 +344,7 @@ "settings.services.discoverServices": "Discover services", "settings.services.headline": "Your services", "settings.services.noServicesAdded": "Start by adding a service.", + "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.", "settings.services.servicesRequestFailed": "Could not load your services", "settings.services.tooltip.isDisabled": "Service is disabled", "settings.services.tooltip.isMuted": "All sounds are muted", -- cgit v1.2.3-54-g00ecf