Fix button label consistency
| @@ -241,7 +241,7 @@ class PresetManager { | ||
| 241 | 241 | |
| 242 | 242 | const html = $(await renderTemplateAsync('masterImport', { sections: sectionNames })); |
| 243 | 243 | const popup = new Popup(html, POPUP_TYPE.CONFIRM, '', { |
| 244 | 244 | okButton: 'ConfirmImport', |
| 245 | 245 | cancelButton: 'Cancel', |
| 246 | 246 | }); |
| 247 | 247 | |