mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Make global WI placeholder translatable
This commit is contained in:
@@ -5347,7 +5347,7 @@ export function initWorldInfo() {
|
|||||||
if (!isMobile()) {
|
if (!isMobile()) {
|
||||||
$('#world_info').select2({
|
$('#world_info').select2({
|
||||||
width: '100%',
|
width: '100%',
|
||||||
placeholder: 'No Worlds active. Click here to select.',
|
placeholder: t`No Worlds active. Click here to select.`,
|
||||||
allowClear: true,
|
allowClear: true,
|
||||||
closeOnSelect: false,
|
closeOnSelect: false,
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user