Fix button label consistency

9a8b38517ca11c3fadc5fcdd1b40b351205a9866

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

1 files changed, +1 -1Showing whitespace changes
public/scripts/preset-manager.js+1 -1
@@ -241,7 +241,7 @@ class PresetManager {
241241
242 const html = $(await renderTemplateAsync('masterImport', { sections: sectionNames }));242 const html = $(await renderTemplateAsync('masterImport', { sections: sectionNames }));
243 const popup = new Popup(html, POPUP_TYPE.CONFIRM, '', {243 const popup = new Popup(html, POPUP_TYPE.CONFIRM, '', {
244 okButton: 'Confirm',244 okButton: 'Import',
245 cancelButton: 'Cancel',245 cancelButton: 'Cancel',
246 });246 });
247247