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

This reverts commit 28d3af0ee9.

We are now ready to accept new Registry Lock requests so we can have the
originally-designed wording back in place
This commit is contained in:
gbrodman 2020-08-31 15:19:42 -04:00 committed by GitHub
parent a0a071022e
commit 24f74a22ee
3 changed files with 5 additions and 2 deletions

View file

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