Grammar fix: by it's administrator -> by its administrator (#8467)

* by it's administrator -> by its administrator

* Fix typo in ServerLimitToast: by it's administrator
This commit is contained in:
Christian Paul
2022-05-05 03:50:30 +00:00
committed by GitHub
parent 07d8070037
commit 1a0af54ccb
5 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ const TOAST_KEY = "serverlimit";
export const showToast = (limitType: string, onHideToast: () => void, adminContact?: string, syncError?: boolean) => {
const errorText = messageForResourceLimitError(limitType, adminContact, {
'monthly_active_user': _td("Your homeserver has exceeded its user limit."),
'hs_blocked': _td("This homeserver has been blocked by it's administrator."),
'hs_blocked': _td("This homeserver has been blocked by its administrator."),
'': _td("Your homeserver has exceeded one of its resource limits."),
});
const contactText = messageForResourceLimitError(limitType, adminContact, {