diff --git a/public/scripts/preset-manager.js b/public/scripts/preset-manager.js index 75c6effaf..29f44c747 100644 --- a/public/scripts/preset-manager.js +++ b/public/scripts/preset-manager.js @@ -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', });