Gender Equality

Signed-off-by: Michael Gwynne <michael.gwynne@checkatrade.com>
This commit is contained in:
Michael Gwynne 2020-07-30 12:04:58 +01:00
parent 836b49f218
commit e6d3cc730c
2 changed files with 2 additions and 2 deletions

View File

@ -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);
}

View File

@ -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",