Work on tl

This commit is contained in:
Yokayo
2025-04-28 18:45:16 +07:00
parent 97e1f482c1
commit 11908f7363
13 changed files with 191 additions and 61 deletions

View File

@@ -291,7 +291,7 @@ async function onDeleteBackgroundClick(e) {
const bgToDelete = $(this).closest('.bg_example');
const url = bgToDelete.data('url');
const isCustom = bgToDelete.attr('custom') === 'true';
const confirm = await callPopup('<h3>Delete the background?</h3>', 'confirm');
const confirm = await callPopup('<h3>' + t`Delete the background?` + '</h3>', 'confirm');
const bg = bgToDelete.attr('bgfile');
if (confirm) {