Change the wording on the lock-not-enabled page (#504)

* Change the wording on the lock-not-enabled page

* fix the screenshot
This commit is contained in:
gbrodman 2020-03-06 16:15:11 -05:00 committed by GitHub
parent 456eefd95f
commit 9178116436
3 changed files with 2 additions and 5 deletions

View file

@ -55,8 +55,7 @@ registry.registrar.RegistryLock.prototype.runAfterRender = function(objArgs) {
} else {
goog.soy.renderElement(
goog.dom.getRequiredElement('locks-content'),
registry.soy.registrar.registrylock.lockNotAllowedOnRegistrar,
{supportEmail: objArgs.supportEmail});
registry.soy.registrar.registrylock.lockNotAllowedOnRegistrar);
}
};