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 /sharkey-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 'sharkey-locales')
| -rw-r--r-- | sharkey-locales/en-US.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sharkey-locales/en-US.yml b/sharkey-locales/en-US.yml index 4196e3ea09..2856923771 100644 --- a/sharkey-locales/en-US.yml +++ b/sharkey-locales/en-US.yml @@ -598,6 +598,9 @@ roleAutomatic: "automatic" translationTimeoutLabel: "Translation timeout" translationTimeoutCaption: "Timeout in milliseconds for translation API requests." +staffNotes: "Staff notes" +instanceIconAlt: "Icon of {name}" + attributionDomains: "Attribution Domains" attributionDomainsDescription: "A list of domains whose content can be attributed to you on link previews, separated by new-line. Any subdomain will also be valid. The following needs to be on the webpage:" writtenBy: "Written by {user}" |