mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Work on tl
This commit is contained in:
@ -3851,7 +3851,7 @@ function createLogitBiasListItem(entry) {
|
||||
}
|
||||
|
||||
async function createNewLogitBiasPreset() {
|
||||
const name = await callPopup('Preset name:', 'input');
|
||||
const name = await callPopup(t`Preset name:`, 'input');
|
||||
|
||||
if (!name) {
|
||||
return;
|
||||
|
Reference in New Issue
Block a user