summaryrefslogtreecommitdiffstats
path: root/webapp/components
diff options
context:
space:
mode:
authorThomas Balthazar <tbalthazar@users.noreply.github.com>2016-06-07 14:21:09 +0200
committerJoram Wilander <jwawilander@gmail.com>2016-06-07 08:21:09 -0400
commit1d31b0eca63730d762ccababd4a9eb0fd15a4d20 (patch)
treefe608d629226c7be22d48517dd8c34b4fade7d62 /webapp/components
parentd9e8eb619ad819ecf2034ba0218a8477ddc262be (diff)
downloadchat-1d31b0eca63730d762ccababd4a9eb0fd15a4d20.tar.gz
chat-1d31b0eca63730d762ccababd4a9eb0fd15a4d20.tar.bz2
chat-1d31b0eca63730d762ccababd4a9eb0fd15a4d20.zip
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
Diffstat (limited to 'webapp/components')
-rw-r--r--webapp/components/about_build_modal.jsx7
1 files changed, 7 insertions, 0 deletions
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}
</div>
+ <div>
+ <FormattedMessage
+ id='about.database'
+ defaultMessage='Database:'
+ />
+ {'\u00a0' + config.SQLDriverName}
+ </div>
</div>
{licensee}
</div>