From 0b355b94c4de1ebdf95020492386e7eeade80965 Mon Sep 17 00:00:00 2001 From: Alexander Lehmann Date: Mon, 21 Oct 2024 08:50:37 +0200 Subject: [PATCH] chore(translations): change his to their for describing user (#655) --- frontend/src/i18n/translations/en-US.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/i18n/translations/en-US.ts b/frontend/src/i18n/translations/en-US.ts index 0c3c2b08..2ff9d844 100644 --- a/frontend/src/i18n/translations/en-US.ts +++ b/frontend/src/i18n/translations/en-US.ts @@ -254,7 +254,7 @@ export default { "admin.users.edit.delete.title": "Delete user: {username} ?", "admin.users.edit.delete.description": - "Do you really want to delete this user and all his shares?", + "Do you really want to delete this user and all their shares?", // showCreateUserModal.tsx "admin.users.modal.create.title": "Create user",