From a8ff0f6457ea8fba022dfab0acaad3581839ceda Mon Sep 17 00:00:00 2001 From: Vijay A Date: Wed, 23 Jun 2021 16:12:55 +0530 Subject: Added new message when the user doesn't find a service (but that is present in the website). --- src/components/settings/recipes/RecipesDashboard.js | 4 ++-- src/components/settings/services/ServicesDashboard.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/components/settings') diff --git a/src/components/settings/recipes/RecipesDashboard.js b/src/components/settings/recipes/RecipesDashboard.js index 90e89ffa9..b4e2fc05c 100644 --- a/src/components/settings/recipes/RecipesDashboard.js +++ b/src/components/settings/recipes/RecipesDashboard.js @@ -40,7 +40,7 @@ const messages = defineMessages({ }, nothingFound: { id: 'settings.recipes.nothingFound', - defaultMessage: '!!!Sorry, but no service matched your search term - but you can still probably add it using the "Custom Website" option:', + defaultMessage: '!!!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.', }, servicesSuccessfulAddedInfo: { id: 'settings.recipes.servicesSuccessfulAddedInfo', @@ -265,7 +265,7 @@ export default @injectSheet(styles) @observer class RecipesDashboard extends Com

{intl.formatMessage(messages.nothingFound)}

- +