Skip to content

Commit

Permalink
fix: wrong space in comma, and change the text to sign up in the butt…
Browse files Browse the repository at this point in the history
…on (#30)

### SUMMARY
- Fixed wrong space in comma
- Change the text to sign up in the button
  • Loading branch information
SarjuHansaliya authored Mar 18, 2024
2 parents 635a707 + a0d0f30 commit ffa0f34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<input class="btn btn-primary btn-block" type="submit" value="{{_('Sign In')}}">
<a href="/register/form" class="btn btn-block btn-primary" data-toggle="tooltip" rel="tooltip"
title="{{_('If you are not already a user, please register')}}">
Sign up for closed beta
{{_('Sign Up')}}
</a>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@
<table border="0" cellpadding="0" cellspacing="0" role="presentation" align="center" style="margin-right: auto; margin-left: auto;">
<tr>
<td valign="top" class="pc-font-alt pc-w620-fontSize-30 pc-w620-lineHeight-40" align="center" style="mso-line-height: exactly;line-height: 128%;letter-spacing: -0.6px;font-family: Fira Sans, Arial, Helvetica, sans-serif;font-size: 36px;font-weight: 800;color: #151515;text-align: center;text-align-last: center;font-variant-ligatures: normal;">
<div><span>Welcome , {{first_name}} {{last_name}}!</span>
<div><span>Welcome, {{first_name}} {{last_name}}!</span>
</div>
</td>
</tr>
Expand Down

0 comments on commit ffa0f34

Please sign in to comment.