Fix about title (#918)
This commit is contained in:
parent
218497662c
commit
da28fa18e4
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -33,7 +33,7 @@ dist/assets: $(BASE_ASSETS) $(OVERRIDE_ASSETS)
|
|||
@mkdir -p dist
|
||||
|
||||
@if [ -e dist/assets ] ; then \
|
||||
@rm -rf dist/assets; \
|
||||
rm -rf dist/assets; \
|
||||
fi
|
||||
|
||||
@echo "Generating app assets"
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ class Settings extends PureComponent {
|
|||
const {intl, navigator, theme} = this.props;
|
||||
navigator.push({
|
||||
screen: 'About',
|
||||
title: intl.formatMessage({id: 'about.titles', defaultMessage: 'About Mattermost'}),
|
||||
title: intl.formatMessage({id: 'about.title', defaultMessage: 'About Mattermost'}),
|
||||
animated: true,
|
||||
backButtonTitle: '',
|
||||
navigatorStyle: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue