Chore: Update the copy used in signup page (#464)
Co-authored-by: Sojan Jose <sojan@pepalo.com>
This commit is contained in:
parent
002463aede
commit
33e0bd434b
2 changed files with 2 additions and 6 deletions
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"REGISTER": {
|
||||
"TRY_WOOT": "Try Chatwoot free for 14 days",
|
||||
"TRY_WOOT_SUB": "No credit card required. Cancel anytime.",
|
||||
"TRY_WOOT": "Register an account",
|
||||
"TITLE": "Register",
|
||||
"TERMS_ACCEPT": "By signing up, you agree to our <a href=\"https://www.chatwoot.com/terms\">T & C</a> and <a href=\"https://www.chatwoot.com/privacy-policy\">Privacy policy</a>",
|
||||
"ACCOUNT_NAME": {
|
||||
|
@ -30,4 +29,4 @@
|
|||
},
|
||||
"SUBMIT": "Submit"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,9 +9,6 @@
|
|||
<h2 class="hero--title">
|
||||
{{ $t('REGISTER.TRY_WOOT') }}
|
||||
</h2>
|
||||
<p class="hero--sub">
|
||||
{{ $t('REGISTER.TRY_WOOT_SUB') }}
|
||||
</p>
|
||||
</div>
|
||||
<div class="row align-center">
|
||||
<div class="medium-5 column">
|
||||
|
|
Loading…
Reference in a new issue