瀏覽代碼

Improve styling in help message

Camelid 4 年之前
父節點
當前提交
b11a292505
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/notification_listing.rs

+ 2 - 2
src/notification_listing.rs

@@ -54,8 +54,8 @@ pub async fn render(db: &DbClient, user: &str) -> String {
         out.push_str("</ol>");
 
         out.push_str(
-            "<p><em>You can acknowledge notifications by sending <code>ack &lt;idx&gt;</code> \
-            to <b>@triagebot</b> on Zulip. Read about the other notification commands \
+            "<p><em>You can acknowledge notifications by sending </em><code>ack &lt;idx&gt;</code><em> \
+            to </em><strong><code>@triagebot</code></strong><em> on Zulip. Read about the other notification commands \
             <a href=\"https://forge.rust-lang.org/platforms/zulip/triagebot.html#issue-notifications\">here</a>.</em></p>"
         );
     }