From e11730c1e3bb0869093e23c17377edc6ec8afcb6 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 10 Jun 2018 18:07:51 +0200 Subject: [PATCH] Fix service description for php7.0 --- locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/en.json b/locales/en.json index 1c120661d..85745e1fb 100644 --- a/locales/en.json +++ b/locales/en.json @@ -348,7 +348,7 @@ "service_description_mysql": "stores applications data (SQL database)", "service_description_nginx": "serves or provides access to all the websites hosted on your server", "service_description_nslcd": "handles YunoHost user shell connection", - "service_description_php5-fpm": "runs applications written in PHP with nginx", + "service_description_php7.0-fpm": "runs applications written in PHP with nginx", "service_description_postfix": "used to send and receive emails", "service_description_redis-server": "a specialized database used for rapid data access, task queue and communication between programs", "service_description_rmilter": "checks various parameters in emails",