1
0
mirror of https://github.com/google/nomulus synced 2026-02-04 20:12:23 +00:00

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 08a6a333ad
commit 28d3af0ee9
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);
}
};