Update sync confirmation text

This commit is contained in:
Stoyan Zlatev 2025-10-27 22:07:00 +02:00
parent d3acc2be35
commit 5ec74504c4

View file

@ -651,7 +651,7 @@
<SyncConfirmDialog <SyncConfirmDialog
bind:show={showSyncConfirmModal} bind:show={showSyncConfirmModal}
message={$i18n.t( message={$i18n.t(
'This will sync a directory: all modified files will be reuploaded. Do you wish to continue?' 'This will sync a directory: new files will be uploaded and modified files updated to their latest version. Do you wish to continue?'
)} )}
on:confirm={() => { on:confirm={() => {
syncDirectoryHandler(); syncDirectoryHandler();