mirror of
https://github.com/google/nomulus
synced 2026-01-09 23:47:49 +00: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:
@@ -165,8 +165,8 @@
|
||||
{@param productName: string}
|
||||
<div id="domain-registrar-dashboard">
|
||||
<h1>Welcome to the {$productName} Registrar Console<super>BETA</super></h1>
|
||||
<p>This console can help you manage your relationship with {$productName}
|
||||
and allow self-service for key operations.</p>
|
||||
<p>This console can help you manage your relationship with {$productName} and
|
||||
allow self-service for key operations.</p>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user