mirror of
https://git.boykissers.com/pawkey/pawkey-sk.git
synced 2025-12-20 04:04:16 +00:00
fix wording of "User is from a bubble instance"
This commit is contained in:
2
locales/index.d.ts
vendored
2
locales/index.d.ts
vendored
@@ -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;
|
||||
/**
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user