Chore: Update the copy used in signup page (#464)
Co-authored-by: Sojan Jose <sojan@pepalo.com>
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"REGISTER": {
|
"REGISTER": {
|
||||||
"TRY_WOOT": "Try Chatwoot free for 14 days",
|
"TRY_WOOT": "Register an account",
|
||||||
"TRY_WOOT_SUB": "No credit card required. Cancel anytime.",
|
|
||||||
"TITLE": "Register",
|
"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>",
|
"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": {
|
"ACCOUNT_NAME": {
|
||||||
@@ -30,4 +29,4 @@
|
|||||||
},
|
},
|
||||||
"SUBMIT": "Submit"
|
"SUBMIT": "Submit"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,9 +9,6 @@
|
|||||||
<h2 class="hero--title">
|
<h2 class="hero--title">
|
||||||
{{ $t('REGISTER.TRY_WOOT') }}
|
{{ $t('REGISTER.TRY_WOOT') }}
|
||||||
</h2>
|
</h2>
|
||||||
<p class="hero--sub">
|
|
||||||
{{ $t('REGISTER.TRY_WOOT_SUB') }}
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="row align-center">
|
<div class="row align-center">
|
||||||
<div class="medium-5 column">
|
<div class="medium-5 column">
|
||||||
|
|||||||
Reference in New Issue
Block a user