mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
Reword the help text about adding placeholders
In research we’ve seen users struggle with this. Often they’d type ((Joe Bloggs)) or ((XX/XX/XXXX)) instead of a sensible name. Lets see if explaining it differently helps.
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
&-placeholder-hint {
|
&-placeholder-hint {
|
||||||
display: block;
|
display: block;
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
color: $secondary-text-colour;
|
//color: $secondary-text-colour;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,8 +21,12 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="column-one-third">
|
<div class="column-one-third">
|
||||||
<label for='template_content' class='edit-template-placeholder-hint'>
|
<label for='template_content' class='edit-template-placeholder-hint'>
|
||||||
Add placeholders using double brackets, eg Your thing
|
<p>
|
||||||
is due on ((date))
|
Add personalisation with double brackets, eg Dear ((name))
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
You’ll fill in the real data when you send a message.
|
||||||
|
</p>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -20,8 +20,12 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="column-one-third">
|
<div class="column-one-third">
|
||||||
<label for='template_content' class='edit-template-placeholder-hint'>
|
<label for='template_content' class='edit-template-placeholder-hint'>
|
||||||
Add placeholders using double brackets, eg Your thing
|
<p>
|
||||||
is due on ((date))
|
Add personalisation with double brackets, eg Dear ((name))
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
You'll have to add the real data when you send a message.
|
||||||
|
</p>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user