Fix button label consistency

This commit is contained in:
Cohee 2024-09-21 23:30:31 +03:00
parent 74a8499e0e
commit 9a8b38517c

View File

@ -241,7 +241,7 @@ class PresetManager {
const html = $(await renderTemplateAsync('masterImport', { sections: sectionNames }));
const popup = new Popup(html, POPUP_TYPE.CONFIRM, '', {
okButton: 'Confirm',
okButton: 'Import',
cancelButton: 'Cancel',
});