Make global WI placeholder translatable

This commit is contained in:
Wolfsblvt
2025-04-25 20:45:13 +02:00
parent 470a0964f7
commit a667e14c8b

View File

@@ -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,
}); });