aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/settings
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-06-23 16:12:55 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-06-23 20:33:39 +0530
commita8ff0f6457ea8fba022dfab0acaad3581839ceda (patch)
tree6cf54314f356012a7df77b6986a9886f13e34098 /src/components/settings
parentAdded new GH Actions workflow to welcome first time contributors. [skip ci] (diff)
downloadferdium-app-a8ff0f6457ea8fba022dfab0acaad3581839ceda.tar.gz
ferdium-app-a8ff0f6457ea8fba022dfab0acaad3581839ceda.tar.zst
ferdium-app-a8ff0f6457ea8fba022dfab0acaad3581839ceda.zip
Added new message when the user doesn't find a service (but that is present in the website).
Diffstat (limited to 'src/components/settings')
-rw-r--r--src/components/settings/recipes/RecipesDashboard.js4
-rw-r--r--src/components/settings/services/ServicesDashboard.js2
2 files changed, 3 insertions, 3 deletions
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({
40 }, 40 },
41 nothingFound: { 41 nothingFound: {
42 id: 'settings.recipes.nothingFound', 42 id: 'settings.recipes.nothingFound',
43 defaultMessage: '!!!Sorry, but no service matched your search term - but you can still probably add it using the "Custom Website" option:', 43 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.',
44 }, 44 },
45 servicesSuccessfulAddedInfo: { 45 servicesSuccessfulAddedInfo: {
46 id: 'settings.recipes.servicesSuccessfulAddedInfo', 46 id: 'settings.recipes.servicesSuccessfulAddedInfo',
@@ -265,7 +265,7 @@ export default @injectSheet(styles) @observer class RecipesDashboard extends Com
265 </span> 265 </span>
266 266
267 <p className="settings__empty-state-text">{intl.formatMessage(messages.nothingFound)}</p> 267 <p className="settings__empty-state-text">{intl.formatMessage(messages.nothingFound)}</p>
268 268
269 <RecipeItem 269 <RecipeItem
270 key={customWebsiteRecipe.id} 270 key={customWebsiteRecipe.id}
271 recipe={customWebsiteRecipe} 271 recipe={customWebsiteRecipe}
diff --git a/src/components/settings/services/ServicesDashboard.js b/src/components/settings/services/ServicesDashboard.js
index c4e8e42a4..a0f05fd20 100644
--- a/src/components/settings/services/ServicesDashboard.js
+++ b/src/components/settings/services/ServicesDashboard.js
@@ -27,7 +27,7 @@ const messages = defineMessages({
27 }, 27 },
28 noServiceFound: { 28 noServiceFound: {
29 id: 'settings.recipes.nothingFound', 29 id: 'settings.recipes.nothingFound',
30 defaultMessage: '!!!Sorry, but no service matched your search term.', 30 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.',
31 }, 31 },
32 discoverServices: { 32 discoverServices: {
33 id: 'settings.services.discoverServices', 33 id: 'settings.services.discoverServices',