fix wording of "User is from a bubble instance"

This commit is contained in:
Hazelnoot 2025-05-12 13:31:48 -04:00
parent 655290f8a4
commit 03d6655f92
2 changed files with 2 additions and 2 deletions

2
locales/index.d.ts vendored
View file

@ -7690,7 +7690,7 @@ export interface Locale extends ILocale {
*/
"isFromInstanceSubdomains": string;
/**
* User is from a local bubble instance
* User is from a bubble instance
*/
"fromBubbleInstance": string;
/**

View file

@ -245,7 +245,7 @@ _role:
isFromInstance: "Is from a specific instance"
isFromInstanceHost: "Hostname (case-insensitive)"
isFromInstanceSubdomains: "Match subdomains"
fromBubbleInstance: "User is from a local bubble instance"
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"