From 23bc36fd652571c20de5e0d297ce5f2b312542bb Mon Sep 17 00:00:00 2001 From: Acentech Dev Date: Thu, 13 Aug 2026 08:53:09 +0300 Subject: [PATCH] Restore the chat command resource strings the log viewer merge dropped The admin panel log viewer (#845) reordered Resources.resx around the chat command entries. AdaMu never took the admin panel page which displays them (upstream PR #851), so the conflict resolution left the entries out - but Resources.Designer.cs still declares the twelve properties, and each would have returned null at runtime. Add the entries back, unchanged from upstream, so resx and the generated designer agree again. --- src/Web/AdminPanel/Properties/Resources.resx | 36 ++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/src/Web/AdminPanel/Properties/Resources.resx b/src/Web/AdminPanel/Properties/Resources.resx index 06f87cc..29673ee 100644 --- a/src/Web/AdminPanel/Properties/Resources.resx +++ b/src/Web/AdminPanel/Properties/Resources.resx @@ -642,4 +642,40 @@ Download File + + Chat commands + + + Command + + + Description + + + Usage + + + Required status + + + This command has no parameters. + + + Name + + + Short name + + + Type + + + Valid values + + + Parameters of {0} + + + Required + \ No newline at end of file