mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Remove redundant -- marker in the SQL panel on the properties dialogues.
This commit is contained in:
parent
5987af1b44
commit
94aa36f3d5
@ -13,7 +13,7 @@ function(_, S, pgAdmin) {
|
||||
'GENERAL_CATEGORY': '{{ _("General")|safe }}',
|
||||
'SQL_TAB': '{{ _('SQL') }}',
|
||||
'SQL_INCOMPLETE': '{{ _('Incomplete definition') }}',
|
||||
'SQL_NO_CHANGE': '-- ' + '{{ _('Nothing changed')|safe }}',
|
||||
'SQL_NO_CHANGE': '{{ _('Nothing changed')|safe }}',
|
||||
'MUST_BE_INT' : "{{ _("'%s' must be an integer.")|safe }}",
|
||||
'MUST_BE_NUM' : "{{ _("'%s' must be a numeric.")|safe }}",
|
||||
'MUST_GR_EQ' : "{{ _("'%s' must be greater than or equal to %d.")|safe }}",
|
||||
|
Loading…
Reference in New Issue
Block a user