Fixed small typo.
This commit is contained in:
parent
f886a1b9ff
commit
f5d6c0777d
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
<div class="span6 agent_user hide">
|
<div class="span6 agent_user hide">
|
||||||
<h2><%- @T( 'Invite Agents' ) %></h2>
|
<h2><%- @T( 'Invite Agents' ) %></h2>
|
||||||
<form class="form-stacked" id="form-agent">
|
<form class="form-stacked" id="form-agent">
|
||||||
<button class="btn btn-primary submit"><%- @T( 'Send Invitation' ) %></button>
|
<button class="btn btn-primary submit"><%- @T( 'Send invitation' ) %></button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<div class="span6">
|
<div class="span6">
|
||||||
|
|
Loading…
Reference in a new issue