mirror of
https://github.com/google/nomulus.git
synced 2025-05-21 19:59:34 +02:00
Fix up lock modal wording (#532)
* Fix up lock modal wording When locking a domain, the "domain" variable is null so we shouldn't display it.
This commit is contained in:
parent
2ff1026cfd
commit
91155d6c67
2 changed files with 3 additions and 2 deletions
|
@ -118,8 +118,9 @@
|
|||
{@param? domain: string|null}
|
||||
<div id="lock-confirm-modal" class="{css('lock-confirm-modal')}">
|
||||
<div class="modal-content">
|
||||
<p>Are you sure you want to {if not $isLock}un{/if}lock the domain {$domain}? We will send
|
||||
an email to the email address on file to confirm the {if not $isLock}un{/if}lock.</p>
|
||||
<p>Are you sure you want to {if $isLock}lock a domain{else}unlock the domain {$domain}{/if}?
|
||||
We will send an email to the email address on file to confirm the {if not $isLock}un{/if}
|
||||
lock.</p>
|
||||
<label for="domain-to-lock">Domain: </label>
|
||||
<input id="domain-lock-input-value"
|
||||
{if isNonnull($domain)}
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 50 KiB |
Loading…
Add table
Add a link
Reference in a new issue