Web: People: Profile: fix t key

This commit is contained in:
Viktor Fomin 2022-04-27 19:15:10 +03:00
parent fc80993048
commit 0d6484f46a

View File

@ -326,7 +326,7 @@ class SectionHeaderContent extends React.PureComponent {
{
key: "edit",
className: "header-context-menu_edit",
label: t("EditUser"),
label: t("Profile:EditUser"),
onClick: this.onEditClick,
},
{