mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 12:36:57 +00:00
update description of "enable proxy account" toggle
This commit is contained in:
parent
d3a07a8c1c
commit
805ec98ec0
2 changed files with 2 additions and 2 deletions
2
locales/index.d.ts
vendored
2
locales/index.d.ts
vendored
|
@ -12944,7 +12944,7 @@ export interface Locale extends ILocale {
|
||||||
*/
|
*/
|
||||||
"enableProxyAccount": string;
|
"enableProxyAccount": string;
|
||||||
/**
|
/**
|
||||||
* If disabled, then the proxy account will not be used.
|
* If disabled, then the proxy account will not be used. User lists will only include notes from local or followed users.
|
||||||
*/
|
*/
|
||||||
"enableProxyAccountDescription": string;
|
"enableProxyAccountDescription": string;
|
||||||
}
|
}
|
||||||
|
|
|
@ -535,4 +535,4 @@ _followRequest:
|
||||||
deleted: "Deleted"
|
deleted: "Deleted"
|
||||||
|
|
||||||
enableProxyAccount: "Enable the proxy account."
|
enableProxyAccount: "Enable the proxy account."
|
||||||
enableProxyAccountDescription: "If disabled, then the proxy account will not be used."
|
enableProxyAccountDescription: "If disabled, then the proxy account will not be used. User lists will only include notes from local or followed users."
|
||||||
|
|
Loading…
Add table
Reference in a new issue