This commit is contained in:
Tom Moor
2024-10-03 21:51:07 -04:00
parent 033b05f679
commit 7f66393e63
2 changed files with 2 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ function MentionMenu({ search, isActive, ...rest }: Props) {
const user = users.get(item.attrs.modelId);
toast.message(
t(
"{{ userName }} won't by notified as they do not have access to this document",
"{{ userName }} won't be notified, as they do not have access to this document",
{
userName: item.attrs.label,
}

View File

@@ -389,7 +389,7 @@
"Replacement": "Replacement",
"Replace": "Replace",
"Replace all": "Replace all",
"{{ userName }} won't by notified as they do not have access to this document": "{{ userName }} won't by notified as they do not have access to this document",
"{{ userName }} won't be notified, as they do not have access to this document": "{{ userName }} won't be notified, as they do not have access to this document",
"Profile picture": "Profile picture",
"Add column after": "Add column after",
"Add column before": "Add column before",