Fix button label consistency

9a8b38517ca11c3fadc5fcdd1b40b351205a9866

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/scripts/preset-manager.js+1 -1
@@ -241,7 +241,7 @@ class PresetManager {
241241
242242 const html = $(await renderTemplateAsync('masterImport', { sections: sectionNames }));
243243 const popup = new Popup(html, POPUP_TYPE.CONFIRM, '', {
244244 okButton: 'ConfirmImport',
245245 cancelButton: 'Cancel',
246246 });
247247