From 49aa8e5e765ceb58ba83ffaf29d2e3e095db3b8c Mon Sep 17 00:00:00 2001 From: kytwb Date: Tue, 14 Dec 2021 21:12:27 +0100 Subject: Simpify services empty state text --- src/components/settings/services/ServicesDashboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/settings/services') 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({ noServiceFound: { id: 'settings.services.nothingFound', 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.', + 'Sorry, but no service matched your search term.', }, discoverServices: { id: 'settings.services.discoverServices', -- cgit v1.2.3-54-g00ecf