mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Change button label to initcap.
This commit is contained in:
@@ -208,8 +208,8 @@ function($, _, S, pgAdmin, pgBrowser, alertify) {
|
||||
'</div>',].join("\n")
|
||||
|
||||
_.extend(data, {
|
||||
token_label: '{{ _('Tokens')}}',
|
||||
add_label: '{{ _('ADD')}}'
|
||||
token_label: '{{ _('Tokens') }}',
|
||||
add_label: '{{ _('Add') }}'
|
||||
});
|
||||
|
||||
var self = this,
|
||||
|
||||
@@ -409,8 +409,8 @@ function($, _, S, pgAdmin, pgBrowser, Alertify) {
|
||||
'</div>',].join("\n")
|
||||
|
||||
_.extend(data, {
|
||||
column_label: '{{ _('Column')}}',
|
||||
add_label: '{{ _('ADD')}}'
|
||||
column_label: '{{ _('Column') }}',
|
||||
add_label: '{{ _('Add') }}'
|
||||
});
|
||||
|
||||
var self = this,
|
||||
|
||||
@@ -320,10 +320,10 @@ function($, _, S, pgAdmin, pgBrowser, Alertify) {
|
||||
'</div>',].join("\n")
|
||||
|
||||
_.extend(data, {
|
||||
column_label: '{{ _('Local column')}}',
|
||||
add_label: '{{ _('ADD')}}',
|
||||
references_label: '{{ _('References')}}',
|
||||
referenced_label: '{{ _('Referencing')}}'
|
||||
column_label: '{{ _('Local column') }}',
|
||||
add_label: '{{ _('Add') }}',
|
||||
references_label: '{{ _('References') }}',
|
||||
referenced_label: '{{ _('Referencing') }}'
|
||||
});
|
||||
|
||||
var self = this,
|
||||
|
||||
Reference in New Issue
Block a user