mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Some more gettext() usage fixes:
- fixed `%` vs. `.format()`
- unified texts and usage `%s` vs. `{}`/`{0}`
- improved text sentences for translate
- added gettext for next texts
This commit is contained in:
@@ -126,7 +126,7 @@
|
||||
'<div class="custom-control custom-checkbox custom-checkbox-no-label">',
|
||||
' <input tabindex="0" type="checkbox" class="custom-control-input" id="'+ id +'" />',
|
||||
' <label class="custom-control-label" for="'+ id +'">',
|
||||
' <span class="sr-only">Select All<span>',
|
||||
' <span class="sr-only">' + gettext('Select All') + '<span>',
|
||||
' </label>',
|
||||
'</div>'
|
||||
].join('\n'));
|
||||
|
||||
Reference in New Issue
Block a user