1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

All: Fixes #1906: Fixed translation of "Synchronisation Status"

This commit is contained in:
Laurent Cozic 2019-10-02 19:07:51 +01:00
parent ce5db5a5c1
commit 5d015bf746

View File

@ -426,7 +426,7 @@ class Application extends BaseApplication {
};
const syncStatusItem = {
label: _('Synchronisation status'),
label: _('Synchronisation Status'),
click: () => {
this.dispatch({
type: 'NAV_GO',