diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-05-10 13:04:03 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-05-12 13:31:16 -0400 |
| commit | 655290f8a496fbda1aa66f3de1e33cdefe08aa00 (patch) | |
| tree | ae98662f89c848dd1456eca21f811203d20bc72c /sharkey-locales | |
| parent | merge: Make muted post placeholders look clickable (resolves #502) (!1019) (diff) | |
| download | sharkey-655290f8a496fbda1aa66f3de1e33cdefe08aa00.tar.gz sharkey-655290f8a496fbda1aa66f3de1e33cdefe08aa00.tar.bz2 sharkey-655290f8a496fbda1aa66f3de1e33cdefe08aa00.zip | |
add "is from local bubble instance" role condition
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 9232a7706c..c4f6d53f2f 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 local bubble instance" localFollowersLessThanOrEq: "Has X or fewer local followers" localFollowersMoreThanOrEq: "Has X or more local followers" localFollowingLessThanOrEq: "Follows X or fewer local accounts" |