Make global WI placeholder translatable

a667e14c8b15ede354a67497973ce62c25ed84de

Wolfsblvt <wolfsblvt@gmail.com>

1 files changed, +1 -1Showing whitespace changes
public/scripts/world-info.js+1 -1
@@ -5347,7 +5347,7 @@ export function initWorldInfo() {
5347 if (!isMobile()) {5347 if (!isMobile()) {
5348 $('#world_info').select2({5348 $('#world_info').select2({
5349 width: '100%',5349 width: '100%',
5350 placeholder: 'No Worlds active. Click here to select.',5350 placeholder: t`No Worlds active. Click here to select.`,
5351 allowClear: true,5351 allowClear: true,
5352 closeOnSelect: false,5352 closeOnSelect: false,
5353 });5353 });