mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix button label consistency
This commit is contained in:
@@ -241,7 +241,7 @@ class PresetManager {
|
|||||||
|
|
||||||
const html = $(await renderTemplateAsync('masterImport', { sections: sectionNames }));
|
const html = $(await renderTemplateAsync('masterImport', { sections: sectionNames }));
|
||||||
const popup = new Popup(html, POPUP_TYPE.CONFIRM, '', {
|
const popup = new Popup(html, POPUP_TYPE.CONFIRM, '', {
|
||||||
okButton: 'Confirm',
|
okButton: 'Import',
|
||||||
cancelButton: 'Cancel',
|
cancelButton: 'Cancel',
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user