Skip to content

Commit

Permalink
🎨 update the mobile hero text (#222) (#226)
Browse files Browse the repository at this point in the history
* 🎨 fix: update mobile hero text
* 🌐 chore: update i18n
  • Loading branch information
rezk2ll authored May 29, 2024
1 parent 2906d99 commit 85965db
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion registration/src/lib/components/views/MainScreen.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</div>
<div class="flex p-[16px] justify-center items-center gap-[10px] self-stretch w-full">
<div class="flex-[1_0_0] text-center text-[17px] font-medium tracking-[0px] w-full">
{$t('end-to-end-encryption-collaborative-features-for-secure-and-efficient-teamwork')}
{$t('welcome_mobile')}
</div>
</div>
<div class="flex flex-col mt-auto gap-[16pt] py-4">
Expand Down
3 changes: 2 additions & 1 deletion registration/src/lib/i18n/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,6 @@
"forgot-password": "هل نسيت كلمة المرور الخاصة بك؟",
"not-found": "غير موجود",
"404-error-message": "عذرا! لم نتمكن من العثور على ما تبحث عنه.",
"delete-account": "حذف حسابك"
"delete-account": "حذف حسابك",
"welcome_mobile": "معرف توايك هو مدخلك الوحيد إلى جميع خدماتنا: الدردشة والبريد و الملفات"
}
1 change: 1 addition & 0 deletions registration/src/lib/i18n/en.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"welcome": "Twake ID is your one entry access to all our services Chat, Mail and Drive",
"welcome_mobile": "Twake ID is your one entry access to all our services: Chat, Mail and Drive",
"Sign up": "Sign up",
"Sign in": "Sign in",
"First Name": "First name",
Expand Down
3 changes: 2 additions & 1 deletion registration/src/lib/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,6 @@
"not-found": "Pas trouvé",
"404-error-message": "Oops! Nous n'avons pas trouvé ce que vous cherchez.",
"matrix-id-copied": "Identifiant Matrix copié dans le presse-papiers",
"delete-account": "Supprimer votre compte"
"delete-account": "Supprimer votre compte",
"welcome_mobile": "Twake ID est votre accès unique à tous nos services : Chat, Mail et Drive"
}
3 changes: 2 additions & 1 deletion registration/src/lib/i18n/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,6 @@
"not-found": "Не найдено",
"404-error-message": "Упс! Мы не смогли найти то, что вы ищете.",
"matrix-id-copied": "Идентификатор Matrix скопирован в буфер обмена.",
"delete-account": "Удалить свой аккаунт"
"delete-account": "Удалить свой аккаунт",
"welcome_mobile": "Twake ID — единый доступ к сервисам: чату, почте и диску."
}
3 changes: 2 additions & 1 deletion registration/src/lib/i18n/vi.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,6 @@
"not-found": "Không tìm thấy",
"404-error-message": "Ối! Chúng tôi không thể tìm thấy những gì bạn đang tìm kiếm.",
"matrix-id-copied": "Đã sao chép Id Matrix vào bảng nhớ tạm",
"delete-account": "Xóa tài khoản của bạn"
"delete-account": "Xóa tài khoản của bạn",
"welcome_mobile": "Twake ID là quyền truy cập duy nhất của bạn vào tất cả các dịch vụ của chúng tôi: Trò chuyện, Thư và Drive"
}

0 comments on commit 85965db

Please sign in to comment.