requested changes.

This commit is contained in:
piuvas 2025-07-16 12:43:35 -03:00
parent 1696e31797
commit c97fafa071
No known key found for this signature in database
6 changed files with 5 additions and 6 deletions

2
locales/index.d.ts vendored
View file

@ -6418,7 +6418,7 @@ export interface Locale extends ILocale {
*/
"aboutInstance": string;
/**
* A longer description that will be displayed in the 'Instance Information' page. Supports HTML.
* A longer description that will be displayed in the 'Instance Information' page, going in place of the regular instance description. Supports HTML.
*/
"aboutInstanceDescription": string;
};