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/components/about_build_modal.jsx | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'webapp/components') diff --git a/webapp/components/about_build_modal.jsx b/webapp/components/about_build_modal.jsx index 2f7b3e781..de0b2d58c 100644 --- a/webapp/components/about_build_modal.jsx +++ b/webapp/components/about_build_modal.jsx @@ -137,6 +137,13 @@ export default class AboutBuildModal extends React.Component { /> {'\u00a0' + config.Version + '\u00a0' + config.BuildNumber} +
+ + {'\u00a0' + config.SQLDriverName} +
{licensee} -- cgit v1.2.3-1-g7c22