Skip to content

Commit

Permalink
[#958] Remove error message & add sync in progress text
Browse files Browse the repository at this point in the history
  • Loading branch information
ifirmawan committed Jan 24, 2024
1 parent 270fb89 commit e236385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/lib/i18n/ui-text.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ const uiText = {
syncingText: 'Syncing...',
reSyncingText: 'Re-syncing...',
doneText: 'Done!',
syncFailed: 'Unable to sync the data',
about: 'About',
autoSyncInProgress: 'Auto sync is in progress',
},
fr: {
latitude: 'Latitude',
Expand Down Expand Up @@ -202,7 +202,7 @@ const uiText = {
syncingText: 'Synchronisation...',
reSyncingText: 'Resynchronisation...',
doneText: 'Fait!',
syncFailed: 'Impossible de synchroniser les données',
autoSyncInProgress: 'La synchronisation automatique est en cours',
},
};

Expand Down

0 comments on commit e236385

Please sign in to comment.