mirror of
https://github.com/strapi/strapi.git
synced 2025-08-08 08:46:42 +00:00
Gender Equality
Signed-off-by: Michael Gwynne <michael.gwynne@checkatrade.com>
This commit is contained in:
parent
836b49f218
commit
e6d3cc730c
@ -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);
|
||||
}
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user