mirror of
https://github.com/google/nomulus.git
synced 2025-07-14 06:55:20 +02:00
Add missing space between {$productName} and 'and'
Soy doesn't automatically add a space after a macro if it is the last element in the line (https://screenshot.[].com/mTPYqE086Qk). ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=162376247
This commit is contained in:
parent
b671dd6451
commit
700148ae45
1 changed files with 2 additions and 2 deletions
|
@ -165,8 +165,8 @@
|
||||||
{@param productName: string}
|
{@param productName: string}
|
||||||
<div id="domain-registrar-dashboard">
|
<div id="domain-registrar-dashboard">
|
||||||
<h1>Welcome to the {$productName} Registrar Console<super>BETA</super></h1>
|
<h1>Welcome to the {$productName} Registrar Console<super>BETA</super></h1>
|
||||||
<p>This console can help you manage your relationship with {$productName}
|
<p>This console can help you manage your relationship with {$productName} and
|
||||||
and allow self-service for key operations.</p>
|
allow self-service for key operations.</p>
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue