You've already forked joplin
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:
committed by
Laurent Cozic
parent
9bd62fd3d4
commit
17c9c0f9ef
@ -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>
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user