mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-08 04:54:32 +00:00
fix wording of "User is from a bubble instance"
This commit is contained in:
parent
655290f8a4
commit
03d6655f92
2 changed files with 2 additions and 2 deletions
2
locales/index.d.ts
vendored
2
locales/index.d.ts
vendored
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue