Fix button label consistency
| @@ -241,7 +241,7 @@ class PresetManager { | |||
| 241 | 241 | ||
| 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 | }); |
| 247 | 247 | ||