Skip to content

Commit

Permalink
Merge pull request #7263 from votemike/gender-equality
Browse files Browse the repository at this point in the history
Gender equality wordings
  • Loading branch information
alexandrebodin committed Aug 3, 2020
2 parents 7b19532 + e6d3cc7 commit 81a4509
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const EditPage = ({ canUpdate }) => {
const cbSuccess = data => {
const userInfos = auth.getUserInfo();

// The user is updating himself
// The user is updating themself
if (data.id === userInfos.id) {
auth.setUserInfo(data);
}
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-admin/admin/src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
"app.components.UpgradePlanModal.text-ee": "Entreprise Edition",
"app.components.UpgradePlanModal.text-power": "Unlock the full power",
"app.components.UpgradePlanModal.text-strapi": "of Strapi by upgrading your plan to the",
"app.components.Users.MagicLink.connect": "Send this link to the user for him to connect.",
"app.components.Users.MagicLink.connect": "Send this link to the user for them to connect.",
"app.components.Users.ModalCreateBody.block-title.details": "Details",
"app.components.Users.ModalCreateBody.block-title.roles": "User's roles",
"app.components.Users.SortPicker.button-label": "Sort by",
Expand Down

0 comments on commit 81a4509

Please sign in to comment.