mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Adding the IntegerControl for the backform.
(With few cosmetic changes by Ashesh.)
This commit is contained in:
committed by
Ashesh Vashi
parent
bd3492afdf
commit
675e79daab
@@ -650,7 +650,10 @@ OWNER TO helpdesk;\n';
|
||||
'click_for_detailed_msg': '{{ _('%s<br><br>click here for details!') }}',
|
||||
'general_cateogty': '{{ _('General') }}',
|
||||
'SQL_TAB': '{{ _('SQL') }}',
|
||||
'SQL_NO_CHANGE': '\n -- ' + '{{ _('Nothing changed') }}'
|
||||
'SQL_NO_CHANGE': '\n -- ' + '{{ _('Nothing changed') }}',
|
||||
'MUST_BE_INT' : " {{ _("'%%s' must be an integer.") }}",
|
||||
'MUST_GR_EQ' : " {{ _("'%%s' must be greater than or equals to %%d.") }}",
|
||||
'MUST_LESS_EQ' : " {{ _("'%%s' must be less than or equals to %%d.") }}"
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user