mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-05 21:46:49 +01:00
Fix button label consistency
This commit is contained in:
parent
74a8499e0e
commit
9a8b38517c
@ -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',
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user