update string i18n

This commit is contained in:
Abhinav 2023-07-12 18:57:03 +05:30
parent 5a96fa2851
commit fc8111ac3b
2 changed files with 6 additions and 1 deletions

View file

@ -360,6 +360,9 @@
"shared_with_people_zero" :"Share with specific people",
"shared_with_people_one": "Shared with 1 person",
"shared_with_people_other": "Shared with {{count, number}} people",
"participants_zero": "No participants",
"participants_one": "1 participant",
"participants_other": "{{count, number}} participants",
"ADD_VIEWERS":"Add viewers",
"PARTICIPANTS": " Participants",
"CHANGE_PERMISSIONS_TO_VIEWER": "<p>{{selectedEmail}} will not be able to add more photos to the album</p> <p>They will still be able to remove photos added by them</p>",

View file

@ -115,7 +115,9 @@ export default function ManageParticipants({
onClose={onClose}
title={collection.name}
onRootClose={handleRootClose}
caption={`${peopleCount}${t('PARTICIPANTS')} `}
caption={t('participants', {
count: peopleCount,
})}
/>
<Stack py={'20px'} px={'12px'} spacing={'24px'}>
<Stack>