diff options
| author | 2025-02-25 12:46:41 +0100 | |
|---|---|---|
| committer | 2025-02-25 12:46:41 +0100 | |
| commit | d8f96f81d645fe313f8759a4bf540ff5b0ed0644 (patch) | |
| tree | 78bc20316e5f41438c03f1b0f600545218f064c1 /web/source/settings | |
| parent | [feature] Use ETag for robots.txt to prevent mishaps (#3829) (diff) | |
| download | gotosocial-d8f96f81d645fe313f8759a4bf540ff5b0ed0644.tar.xz | |
[chore] Fix typo in common.tsx (#3834)
Diffstat (limited to 'web/source/settings')
| -rw-r--r-- | web/source/settings/views/moderation/domain-permissions/excludes/common.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/source/settings/views/moderation/domain-permissions/excludes/common.tsx b/web/source/settings/views/moderation/domain-permissions/excludes/common.tsx index f88f0af68..b21716144 100644 --- a/web/source/settings/views/moderation/domain-permissions/excludes/common.tsx +++ b/web/source/settings/views/moderation/domain-permissions/excludes/common.tsx @@ -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> |
