mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Remove an unnecessary line ending.
This commit is contained in:
parent
f4ae7cd210
commit
0b1cf1ad2c
@ -632,7 +632,7 @@ function(require, $, _, S, Bootstrap, pgAdmin, alertify, CodeMirror) {
|
|||||||
'click_for_detailed_msg': '{{ _('%s<br><br>click here for details!') }}',
|
'click_for_detailed_msg': '{{ _('%s<br><br>click here for details!') }}',
|
||||||
'general_cateogty': '{{ _('General') }}',
|
'general_cateogty': '{{ _('General') }}',
|
||||||
'SQL_TAB': '{{ _('SQL') }}',
|
'SQL_TAB': '{{ _('SQL') }}',
|
||||||
'SQL_NO_CHANGE': '\n -- ' + '{{ _('Nothing changed') }}',
|
'SQL_NO_CHANGE': '-- ' + '{{ _('Nothing changed') }}',
|
||||||
'MUST_BE_INT' : " {{ _("'%%s' must be an integer.") }}",
|
'MUST_BE_INT' : " {{ _("'%%s' must be an integer.") }}",
|
||||||
'MUST_BE_NUM' : " {{ _("'%%s' must be a numeric.") }}",
|
'MUST_BE_NUM' : " {{ _("'%%s' must be a numeric.") }}",
|
||||||
'MUST_GR_EQ' : " {{ _("'%%s' must be greater than or equals to %%d.") }}",
|
'MUST_GR_EQ' : " {{ _("'%%s' must be greater than or equals to %%d.") }}",
|
||||||
|
Loading…
Reference in New Issue
Block a user