mirror of
https://github.com/google/nomulus.git
synced 2025-05-09 08:18:21 +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
08a6a333ad
commit
28d3af0ee9
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);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -133,7 +133,5 @@
|
|||
|
||||
/** Content if the registrar is not allowed to use registry lock. */
|
||||
{template .lockNotAllowedOnRegistrar}
|
||||
{@param supportEmail: string}
|
||||
<h2>Sorry, your registrar hasn't enrolled in registry lock yet. To do so, please
|
||||
contact {$supportEmail}.</h2>
|
||||
<h2>Registry Lock is coming soon; please stay tuned for updates.</h2>
|
||||
{/template}
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 38 KiB |
Loading…
Add table
Reference in a new issue