From 82ec78ef73f69da3a0412150b4bc97215f233364 Mon Sep 17 00:00:00 2001 From: Hazelnoot Date: Wed, 28 May 2025 02:08:07 -0400 Subject: 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 --- locales/index.d.ts | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'locales') 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 @@ -13157,6 +13157,14 @@ export interface Locale extends ILocale { * Timeout in milliseconds for translation API requests. */ "translationTimeoutCaption": string; + /** + * Staff notes + */ + "staffNotes": string; + /** + * Icon of {name} + */ + "instanceIconAlt": ParameterizedString<"name">; /** * Attribution Domains */ -- cgit v1.2.3-freya