1
0

adjust translation string "Select a follow relationship..."

This commit is contained in:
Hazelnoot
2024-11-17 10:31:04 -05:00
parent 5b48032681
commit c9afaba0d4
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -11379,9 +11379,9 @@ export interface Locale extends ILocale {
*/
"remoteFollowersWarning": string;
/**
* Select a follow graph...
* Select a follow relationship...
*/
"selectFollowingList": string;
"selectFollowRelationship": string;
}
declare const locales: {
[lang: string]: Locale;