aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/settings/services
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2021-12-14 21:12:27 +0100
committerLibravatar kytwb <kytwb@pm.me>2021-12-14 21:12:27 +0100
commit49aa8e5e765ceb58ba83ffaf29d2e3e095db3b8c (patch)
treeb38487db7eb27eabbe2db5b0612b4ba4c8dd73b9 /src/components/settings/services
parentFix available services empty state rendering (diff)
downloadferdium-app-49aa8e5e765ceb58ba83ffaf29d2e3e095db3b8c.tar.gz
ferdium-app-49aa8e5e765ceb58ba83ffaf29d2e3e095db3b8c.tar.zst
ferdium-app-49aa8e5e765ceb58ba83ffaf29d2e3e095db3b8c.zip
Simpify services empty state text
Diffstat (limited to 'src/components/settings/services')
-rw-r--r--src/components/settings/services/ServicesDashboard.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/settings/services/ServicesDashboard.js b/src/components/settings/services/ServicesDashboard.js
index 81c5faa70..b405593fd 100644
--- a/src/components/settings/services/ServicesDashboard.js
+++ b/src/components/settings/services/ServicesDashboard.js
@@ -27,7 +27,7 @@ const messages = defineMessages({
27 noServiceFound: { 27 noServiceFound: {
28 id: 'settings.services.nothingFound', 28 id: 'settings.services.nothingFound',
29 defaultMessage: 29 defaultMessage:
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.', 30 'Sorry, but no service matched your search term.',
31 }, 31 },
32 discoverServices: { 32 discoverServices: {
33 id: 'settings.services.discoverServices', 33 id: 'settings.services.discoverServices',