diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-05-12 13:31:48 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-05-12 13:31:48 -0400 |
| commit | 03d6655f9290857c018c8504c24520bfea8a1944 (patch) | |
| tree | 6ca2ea7d68e593421751037d9ca4a006c31eaf52 /locales | |
| parent | add "is from local bubble instance" role condition (diff) | |
| download | sharkey-03d6655f9290857c018c8504c24520bfea8a1944.tar.gz sharkey-03d6655f9290857c018c8504c24520bfea8a1944.tar.bz2 sharkey-03d6655f9290857c018c8504c24520bfea8a1944.zip | |
fix wording of "User is from a bubble instance"
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index a165d0fd3e..8cb493bcf6 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -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; /** |