fixed title on saved client dialog

pull/1108/head
Justin Richer 2016-07-18 16:48:17 -04:00
parent cdf5147706
commit 055b5cc4da
1 changed files with 2 additions and 0 deletions

View File

@ -991,6 +991,8 @@ var ClientFormView = Backbone.View.extend({
secretChanged: secretChanged
};
$('#modalAlert div.modal-header').html($.t('client.client-form.saved.saved'));
$('#modalAlert .modal-body').html(_self.clientSavedTemplate(savedModel));
$('#modalAlert .modal-body #savedClientSecret').hide();