1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +02:00

Mobile: version info changes (#1290)

* update the version info string for mobiles to be consistent with the desktop

Joplin vX.Y.Z -> Joplin X.Y.Z
hardcoded the string. Joplin is a product name, no need for translation.

* show version as X.Y.Z in update dialog

* update .po files so that the previous commit won't break translations

* tag -> Schlagwort
This commit is contained in:
Helmut K. C. Tessarek
2019-03-08 12:31:48 -05:00
committed by Laurent Cozic
parent 9bd62fd3d4
commit 17c9c0f9ef
27 changed files with 71 additions and 71 deletions

View File

@ -250,7 +250,7 @@ class ConfigScreenComponent extends BaseScreenComponent {
settingComps.push(
<View key="version_info_app" style={this.styles().settingContainer}>
<Text style={this.styles().settingText}>{_('Joplin v%s', VersionInfo.appVersion)}</Text>
<Text style={this.styles().settingText}>{"Joplin " + VersionInfo.appVersion}</Text>
</View>
);