1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +02:00
This commit is contained in:
Laurent Cozic
2017-07-27 18:34:43 +01:00
parent bd06fa781e
commit d62aca7f50
5 changed files with 8 additions and 8 deletions

View File

@ -63,7 +63,7 @@ class LogScreenComponent extends BaseScreenComponent {
renderRow={renderRow}
enableEmptySections={true}
/>
<Button title="Refresh" onPress={() => { this.resfreshLogEntries(); }}/>
<Button title={_("Refresh")} onPress={() => { this.resfreshLogEntries(); }}/>
</View>
);
}