diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-05-28 02:08:07 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-06-04 10:47:06 -0400 |
| commit | 82ec78ef73f69da3a0412150b4bc97215f233364 (patch) | |
| tree | ad86b1d09a3e1004ccc0c671e08e4215058feb04 /locales | |
| parent | allow callers to pass in hint objects to admin-user and instance-info (diff) | |
| download | sharkey-82ec78ef73f69da3a0412150b4bc97215f233364.tar.gz sharkey-82ec78ef73f69da3a0412150b4bc97215f233364.tar.bz2 sharkey-82ec78ef73f69da3a0412150b4bc97215f233364.zip | |
improvements to MkAbuseReport:
* Improved styling for user/instance IDs
* Show target instance as a section
* Load reports and sections faster
* Rename "moderation note" to "staff notes" for clarity
* Preview reported notes directly
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index cee973a0a2..84001cb3c5 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -13158,6 +13158,14 @@ export interface Locale extends ILocale { */ "translationTimeoutCaption": string; /** + * Staff notes + */ + "staffNotes": string; + /** + * Icon of {name} + */ + "instanceIconAlt": ParameterizedString<"name">; + /** * Attribution Domains */ "attributionDomains": string; |