mirror of
https://github.com/outline/outline.git
synced 2025-12-29 06:52:44 -06:00
spelling
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user