mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-03-01 16:20:59 +00:00
[chore] Fix typo in common.tsx (#3834)
This commit is contained in:
parent
fd670c6a27
commit
d8f96f81d6
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ export function DomainPermissionExcludeHelpText() {
|
|||
return (
|
||||
<>
|
||||
Domain permission excludes prevent permissions for a domain (and all
|
||||
subdomains) from being auomatically managed by domain permission subscriptions.
|
||||
subdomains) from being automatically managed by domain permission subscriptions.
|
||||
<br/>
|
||||
For example, if you create an exclude entry for <code>example.org</code>, then
|
||||
a blocklist or allowlist subscription will <em>exclude</em> entries for <code>example.org</code>
|
||||
|
|
Loading…
Reference in a new issue