There was an error while loading. Please reload this page.
1 parent cdf5147 commit 055b5ccCopy full SHA for 055b5cc
openid-connect-server-webapp/src/main/webapp/resources/js/client.js
@@ -991,6 +991,8 @@ var ClientFormView = Backbone.View.extend({
991
secretChanged: secretChanged
992
};
993
994
+ $('#modalAlert div.modal-header').html($.t('client.client-form.saved.saved'));
995
+
996
$('#modalAlert .modal-body').html(_self.clientSavedTemplate(savedModel));
997
998
$('#modalAlert .modal-body #savedClientSecret').hide();
0 commit comments