changed InfoPanel:ExpectUsers translationm key to "Pending invitations"

This commit is contained in:
Mushka Nikita 2023-03-09 11:39:06 +03:00
parent 43810c2526
commit 8f2e525b32
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,6 @@
"CreationDate": "Creation date",
"Data": "Data",
"DateModified": "Date modified",
"ExpectPeople": "Expect people",
"FeedCreateFileSeveral": "Files added.",
"FeedCreateFileSingle": "File created.",
"FeedCreateFolderSeveral": "Folders added.",
@ -29,6 +28,7 @@
"FilesEmptyScreenText": "See file and folder details here",
"ItemsSelected": "Items selected",
"LastModifiedBy": "Last modified by",
"PendingInvitations": "Pending invitations",
"Properties": "Properties",
"RoomsEmptyScreenTent": "See rooms details here",
"SelectedUsers": "Selected accounts",

View File

@ -4,7 +4,6 @@
"CreationDate": "Дата создания",
"Data": "Данные",
"DateModified": "Дата изменения",
"ExpectPeople": "Приглашенные люди",
"FeedCreateFileSeveral": "Добавлены файлы.",
"FeedCreateFileSingle": "Создан файл.",
"FeedCreateFolderSeveral": "Добавлены папки.",
@ -29,6 +28,7 @@
"FilesEmptyScreenText": "Здесь будут представлены свойства файлов и папок",
"ItemsSelected": "Выбрано элементов",
"LastModifiedBy": "Автор последнего корректива",
"PendingInvitations": "Приглашения в ожидании",
"Properties": "Cвойства",
"RoomsEmptyScreenTent": "Здесь будут представлены подробности о комнатах",
"SelectedUsers": "Выбрано пользователей",

View File

@ -185,7 +185,7 @@ const Members = ({
{!!members.expected.length && (
<StyledUserTypeHeader isExpect>
<Text className="title">{t("ExpectPeople")}</Text>
<Text className="title">{t("PendingInvitations")}</Text>
{canInviteUserInRoomAbility && (
<IconButton
className={"icon"}