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:
@@ -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);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user