mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-02 19:07:40 +01:00
Bind string to locale
This commit is contained in:
parent
f6b80c021a
commit
40cae057a5
@ -404,7 +404,7 @@ function onPersonaDescriptionInput() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$(`.avatar-container[imgfile="${user_avatar}"] .ch_description`)
|
$(`.avatar-container[imgfile="${user_avatar}"] .ch_description`)
|
||||||
.text(power_user.persona_description || '[No description]')
|
.text(power_user.persona_description || $('#user_avatar_block').attr('no_desc_text'))
|
||||||
.toggleClass('text_muted', !power_user.persona_description);
|
.toggleClass('text_muted', !power_user.persona_description);
|
||||||
saveSettingsDebounced();
|
saveSettingsDebounced();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user