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:
@@ -538,8 +538,8 @@ define([
|
||||
headerTpl = _.template(header),
|
||||
data = {
|
||||
canAdd: true,
|
||||
add_title: '{{ _("Add new user")}}',
|
||||
add_label:'{{ _('ADD')}}'
|
||||
add_title: '{{ _("Add new user") }}',
|
||||
add_label:'{{ _('Add') }}'
|
||||
},
|
||||
$gridBody = $("<div></div>", {
|
||||
class: "user_container"
|
||||
|
||||
Reference in New Issue
Block a user