Make global WI placeholder translatable
| @@ -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 | }); |