update description of "enable proxy account" toggle

This commit is contained in:
Hazelnoot 2025-05-02 08:32:39 -04:00
parent d3a07a8c1c
commit 805ec98ec0
2 changed files with 2 additions and 2 deletions

2
locales/index.d.ts vendored
View file

@ -12944,7 +12944,7 @@ export interface Locale extends ILocale {
*/
"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;
}

View file

@ -535,4 +535,4 @@ _followRequest:
deleted: "Deleted"
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."