diff --git a/webapp/channels/src/components/audit_table/holders.ts b/webapp/channels/src/components/audit_table/holders.ts index 5697fc44a23..ba7227db70f 100644 --- a/webapp/channels/src/components/audit_table/holders.ts +++ b/webapp/channels/src/components/audit_table/holders.ts @@ -34,7 +34,7 @@ const holders = defineMessages({ }, userRemoved: { id: 'audit_table.userRemoved', - defaultMessage: 'Removed {username} to the {channelName} channel', + defaultMessage: 'Removed {username} from the {channelName} channel', }, attemptedRegisterApp: { id: 'audit_table.attemptedRegisterApp', diff --git a/webapp/channels/src/i18n/en-AU.json b/webapp/channels/src/i18n/en-AU.json index 2e5fc61357a..be0fb95e280 100644 --- a/webapp/channels/src/i18n/en-AU.json +++ b/webapp/channels/src/i18n/en-AU.json @@ -3512,7 +3512,7 @@ "audit_table.updatedRol": "Updated user role(s) to ", "audit_table.userAdded": "Added {username} to the {channelName} channel", "audit_table.userId": "User ID", - "audit_table.userRemoved": "Removed {username} to the {channelName} channel", + "audit_table.userRemoved": "Removed {username} from the {channelName} channel", "audit_table.verified": "Successfully verified your email address", "authorize.allow": "Allow", "authorize.allowAccess": "Allow {appName} access?", diff --git a/webapp/channels/src/i18n/en.json b/webapp/channels/src/i18n/en.json index 351c192124e..841b7219c29 100644 --- a/webapp/channels/src/i18n/en.json +++ b/webapp/channels/src/i18n/en.json @@ -4297,7 +4297,7 @@ "audit_table.updatePicture": "Updated your profile picture", "audit_table.userAdded": "Added {username} to the {channelName} channel", "audit_table.userId": "User ID", - "audit_table.userRemoved": "Removed {username} to the {channelName} channel", + "audit_table.userRemoved": "Removed {username} from the {channelName} channel", "audit_table.verified": "Successfully verified your email address", "authorize.allow": "Allow", "authorize.allowAccess": "Allow {appName} access?",