mirror of
https://github.com/google/nomulus.git
synced 2025-06-21 03:40:47 +02: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:
parent
456eefd95f
commit
9178116436
3 changed files with 2 additions and 5 deletions
|
@ -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);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue