Skip to content

Commit 475e860

Browse files
committed
chore(l10n): add share action tooltip
- Added translations - Added description
1 parent dad8fa0 commit 475e860

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

lib/l10n/arb/app_ar.arb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -779,5 +779,9 @@
779779
"headlineSaveErrorSnackbar": "تعذر تحديث حالة الحفظ. يرجى المحاولة مرة أخرى.",
780780
"@headlineSaveErrorSnackbar": {
781781
"description": "Snackbar message shown when saving/unsaving a headline fails"
782+
},
783+
"shareActionTooltip": "مشاركة العنوان",
784+
"@shareActionTooltip": {
785+
"description": "Tooltip for the share button on the headline details page"
782786
}
783787
}

lib/l10n/arb/app_en.arb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -779,5 +779,9 @@
779779
"headlineSaveErrorSnackbar": "Could not update saved status. Please try again.",
780780
"@headlineSaveErrorSnackbar": {
781781
"description": "Snackbar message shown when saving/unsaving a headline fails"
782+
},
783+
"shareActionTooltip": "Share headline",
784+
"@shareActionTooltip": {
785+
"description": "Tooltip for the share button on the headline details page"
782786
}
783787
}

0 commit comments

Comments
 (0)