diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-05-12 20:08:56 +0000 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-05-12 20:08:56 +0000 |
| commit | 00cfeca3d7aff3a727be6b80f86f93b4332b490c (patch) | |
| tree | 8bce4020a6a4cfee89eb2f683193e85228e7f6e9 /sharkey-locales | |
| parent | merge: Always show bubble controls (!1023) (diff) | |
| parent | fix wording of "User is from a bubble instance" (diff) | |
| download | sharkey-00cfeca3d7aff3a727be6b80f86f93b4332b490c.tar.gz sharkey-00cfeca3d7aff3a727be6b80f86f93b4332b490c.tar.bz2 sharkey-00cfeca3d7aff3a727be6b80f86f93b4332b490c.zip | |
merge: Add "is from local bubble instance" role condition (!1011)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1011
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
Diffstat (limited to 'sharkey-locales')
| -rw-r--r-- | sharkey-locales/en-US.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sharkey-locales/en-US.yml b/sharkey-locales/en-US.yml index af60fb2a61..0ebc3a9390 100644 --- a/sharkey-locales/en-US.yml +++ b/sharkey-locales/en-US.yml @@ -245,6 +245,7 @@ _role: isFromInstance: "Is from a specific instance" isFromInstanceHost: "Hostname (case-insensitive)" isFromInstanceSubdomains: "Match subdomains" + fromBubbleInstance: "User is from a bubble instance" localFollowersLessThanOrEq: "Has X or fewer local followers" localFollowersMoreThanOrEq: "Has X or more local followers" localFollowingLessThanOrEq: "Follows X or fewer local accounts" |