fix wording of "User is from a bubble instance"
This commit is contained in:
Vendored
+1
-1
@@ -7690,7 +7690,7 @@ export interface Locale extends ILocale {
|
|||||||
*/
|
*/
|
||||||
"isFromInstanceSubdomains": string;
|
"isFromInstanceSubdomains": string;
|
||||||
/**
|
/**
|
||||||
* User is from a local bubble instance
|
* User is from a bubble instance
|
||||||
*/
|
*/
|
||||||
"fromBubbleInstance": string;
|
"fromBubbleInstance": string;
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -245,7 +245,7 @@ _role:
|
|||||||
isFromInstance: "Is from a specific instance"
|
isFromInstance: "Is from a specific instance"
|
||||||
isFromInstanceHost: "Hostname (case-insensitive)"
|
isFromInstanceHost: "Hostname (case-insensitive)"
|
||||||
isFromInstanceSubdomains: "Match subdomains"
|
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"
|
localFollowersLessThanOrEq: "Has X or fewer local followers"
|
||||||
localFollowersMoreThanOrEq: "Has X or more local followers"
|
localFollowersMoreThanOrEq: "Has X or more local followers"
|
||||||
localFollowingLessThanOrEq: "Follows X or fewer local accounts"
|
localFollowingLessThanOrEq: "Follows X or fewer local accounts"
|
||||||
|
|||||||
Reference in New Issue
Block a user