Skip to content

Commit 3dfb8dd

Browse files
committed
Reword sync result message
1 parent 1d25ba5 commit 3dfb8dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/viewer/src/project/SyncDialog.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
success: (result) => {
6767
const fwdataChangesText = $plural(result.syncResult?.fwdataChanges ?? 0, {one: '# change', other: '# changes'});
6868
const crdtChangesText = $plural(result.syncResult?.crdtChanges ?? 0, {one: '# change', other: '# changes'});
69-
return $t`${fwdataChangesText} synced to FieldWorks. ${crdtChangesText} synced to FieldWorks Lite.`;
69+
return $t`Sync complete. ${fwdataChangesText} were applied to FieldWorks. ${crdtChangesText} were applied to FieldWorks Lite.`;
7070
},
7171
error: (error) => $t`Failed to synchronize.` + '\n' + (error as Error).message,
7272
// TODO: Custom component that can expand or collapse the stacktrace

0 commit comments

Comments
 (0)