From be4410850072678d14252a62f64febb316e2a3d8 Mon Sep 17 00:00:00 2001 From: Cesar Garcia <128240629+Chesars@users.noreply.github.com> Date: Mon, 22 Sep 2025 04:53:28 -0300 Subject: [PATCH] chore: Add missing space in signup link (#12475) ## Description This branch adds a missing space in the signup footer, **changing**: `Already have an account?Login to Chatwoot` **to** `Already have an account? Login to Chatwoot` ## Type of change Non-breaking change --------- Co-authored-by: Muhsin Keloth --- app/javascript/v3/views/auth/signup/Index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/v3/views/auth/signup/Index.vue b/app/javascript/v3/views/auth/signup/Index.vue index 508c755f5..86baff55c 100644 --- a/app/javascript/v3/views/auth/signup/Index.vue +++ b/app/javascript/v3/views/auth/signup/Index.vue @@ -62,7 +62,7 @@ export default {
- {{ $t('REGISTER.HAVE_AN_ACCOUNT') }} + {{ $t('REGISTER.HAVE_AN_ACCOUNT') }} {{ replaceInstallationName($t('LOGIN.TITLE')) }}