From 1d31b0eca63730d762ccababd4a9eb0fd15a4d20 Mon Sep 17 00:00:00 2001 From: Thomas Balthazar Date: Tue, 7 Jun 2016 14:21:09 +0200 Subject: PLT-2406 Add "Database:" to Mattermost About Dialog (#3261) * Add "Database:" to Mattermost About Dialog The property has been named SQLDriverName to make a difference with the FileSettings DriverName. * Add missing string for 'Database' in i18n file --- webapp/i18n/en.json | 1 + 1 file changed, 1 insertion(+) (limited to 'webapp/i18n/en.json') diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json index 783aea863..5e663369b 100644 --- a/webapp/i18n/en.json +++ b/webapp/i18n/en.json @@ -15,6 +15,7 @@ "about.teamEditiont1": "Enterprise Edition", "about.title": "About Mattermost", "about.version": "Version:", + "about.database": "Database:", "access_history.title": "Access History", "activity_log.activeSessions": "Active Sessions", "activity_log.browser": "Browser: {browser}", -- cgit v1.2.3-1-g7c22