Skip to content

Commit 4913e4d

Browse files
committed
fix: center text Session on registration when overflowing in farsi
1 parent 34074bb commit 4913e4d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

_locales/en/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"deleteContactConfirmation": "Are you sure you want to delete this conversation?",
119119
"quoteThumbnailAlt": "Thumbnail of image from quoted message",
120120
"imageAttachmentAlt": "Image attached to message",
121-
"videoAttachmentAlt": "Screenshot of video attached to message",
121+
"videoAttachmentAlt": "Screenshot of video in message",
122122
"lightboxImageAlt": "Image sent in conversation",
123123
"imageCaptionIconAlt": "Icon showing that this image has a caption",
124124
"addACaption": "Add a caption...",

_locales/fa/messages.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"unableToLoadAttachment": "ناتوانی در بارگذاری پیوست انتخابی.",
6363
"offline": "آفلاین",
6464
"debugLog": "گزارش خطا",
65-
"showDebugLog": "Export Logs",
65+
"showDebugLog": "استخراج گزارش‌ها",
6666
"shareBugDetails": "گزارش‌های خود را صادر کنید، سپس فایل را از طریق Session's Help Desk آپلود کنید.",
6767
"goToReleaseNotes": "رفتن به یادداشت های ریلیز",
6868
"goToSupportPage": "رفتن به صفحه پشتیبانی",
@@ -114,6 +114,7 @@
114114
"clear": "پاک ",
115115
"clearAllData": "پاک کردن همه داتا",
116116
"deleteAccountWarning": "این کار پیام‌ها و مخاطبین شما را برای همیشه حذف می‌کند.",
117+
"deleteAccountFromLogin": "Are you sure you want to clear your device?",
117118
"deleteContactConfirmation": "آیا مطمئن هستید که می‌خواهید این مکالمه را حذف کنید؟",
118119
"quoteThumbnailAlt": "پیش‌نمایش تصویر از پیام نقل قول شده",
119120
"imageAttachmentAlt": "تصویر پیوست شده به پیام",
@@ -352,7 +353,7 @@
352353
"searchFor...": "جستجو در مکالمات یا مخاطبین",
353354
"searchForContactsOnly": "جستجو در مخاطبین",
354355
"enterSessionID": "شناسه Session را وارید کنید",
355-
"enterSessionIDOfRecipient": "آیدی Session یا ons مخاطبت رو وارد کن",
356+
"enterSessionIDOfRecipient": "آیدی Session یا ONS مخاطبت رو وارد کن",
356357
"message": "پیام",
357358
"appearanceSettingsTitle": "ظاهر",
358359
"privacySettingsTitle": "حریم خصوصی",
@@ -485,6 +486,7 @@
485486
"clearAllReactions": "آیا مطمئن هستید میخواید کل $emoji$ را پاک کنید؟",
486487
"expandedReactionsText": "نمایش کمتر",
487488
"reactionNotification": "به یک پیام با $emoji$ واکنش بده",
489+
"rateLimitReactMessage": "Slow down! You've sent too many emoji reacts. Try again soon",
488490
"otherSingular": "$number$ دیگر",
489491
"otherPlural": "$number$ دیگران",
490492
"reactionPopup": "واکنش داده با",

stylesheets/_session_signin.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
&-accent {
1212
&-text {
1313
font-family: $session-font-accent;
14+
text-align: center;
1415
.title {
1516
font-size: 90px;
1617
font-weight: 700;

0 commit comments

Comments
 (0)