Change button label to initcap.

This commit is contained in:
Dave Page
2016-07-21 17:18:15 +01:00
parent 3d7b40e111
commit f783aeac63
6 changed files with 13 additions and 13 deletions

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,