Make global WI placeholder translatable
| @@ -5347,7 +5347,7 @@ export function initWorldInfo() { | ||
| 5347 | 5347 | if (!isMobile()) { |
| 5348 | 5348 | $('#world_info').select2({ |
| 5349 | 5349 | width: '100%', |
| 5350 | 5350 | placeholder: 't`No Worlds active. Click here to select.'`, |
| 5351 | 5351 | allowClear: true, |
| 5352 | 5352 | closeOnSelect: false, |
| 5353 | 5353 | }); |