You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
More styling
This commit is contained in:
@@ -103,7 +103,7 @@ class SideMenuContentComponent extends Component {
|
||||
|
||||
if (items.length) items.push(<View style={{ height: 50, flex: -1 }} key='divider_1'></View>); // DIVIDER
|
||||
|
||||
const syncTitle = this.props.syncStarted ? 'Cancel sync' : 'Synchronize';
|
||||
const syncTitle = this.props.syncStarted ? _('Cancel sync') : _('Synchronize');
|
||||
|
||||
let lines = Synchronizer.reportToLines(this.props.syncReport);
|
||||
const syncReportText = lines.join("\n");
|
||||
|
||||
Reference in New Issue
Block a user