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 --- utils/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'utils') diff --git a/utils/config.go b/utils/config.go index 86fe7c062..9700f44e0 100644 --- a/utils/config.go +++ b/utils/config.go @@ -249,6 +249,7 @@ func getClientConfig(c *model.Config) map[string]string { props["DefaultClientLocale"] = *c.LocalizationSettings.DefaultClientLocale props["AvailableLocales"] = *c.LocalizationSettings.AvailableLocales + props["SQLDriverName"] = c.SqlSettings.DriverName if IsLicensed { if *License.Features.CustomBrand { -- cgit v1.2.3-1-g7c22