SYNC: archive UX

This commit is contained in:
SPRINX0\prochazka
2025-04-09 16:30:12 +02:00
committed by Diflow
parent 544b75bcd5
commit 9380608781
2 changed files with 16 additions and 7 deletions

View File

@@ -43,7 +43,7 @@
if (e.detail == '@create') {
showModal(InputTextModal, {
header: 'Archive',
label: 'Name of new folder',
label: 'Name of new archive folder',
onConfirm: createOption,
});
}