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
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
d9e8eb619a
Коммит
1d31b0eca6
@@ -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>
|
||||
|
||||
Ссылка в новой задаче
Block a user