From 614e7dde67d4a9c85a5e359a81ac912feece3634 Mon Sep 17 00:00:00 2001 From: Xiaojun Deng Date: Thu, 3 Sep 2020 14:51:16 +0900 Subject: [PATCH] Revise navigation label (ref phpList#698) --- public_html/lists/admin/locale/en/phplist.po | 2 +- tests/features/getting-started/menu.feature | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public_html/lists/admin/locale/en/phplist.po b/public_html/lists/admin/locale/en/phplist.po index a5a728f2f..f51d3158a 100644 --- a/public_html/lists/admin/locale/en/phplist.po +++ b/public_html/lists/admin/locale/en/phplist.po @@ -9115,7 +9115,7 @@ msgstr "Choose from some common attributes provided by the phpList community" #: public_html/databasestructure.php:262 msgid "pagetitle:upgrade" -msgstr "Upgrade phpList" +msgstr "Upgrade database" #: public_html/databasestructure.php:263 msgid "pagetitlehover:upgrade" diff --git a/tests/features/getting-started/menu.feature b/tests/features/getting-started/menu.feature index 51839a6d8..7972b1ba0 100644 --- a/tests/features/getting-started/menu.feature +++ b/tests/features/getting-started/menu.feature @@ -68,7 +68,7 @@ Feature: Navigate the app using the menu | Verify the DB structure | | Log of events | | Initialise the database | - | Upgrade phpList | + | Upgrade database | | Manage bounces | | Send the queue | | Rebuild DB indexes |