Przeglądaj źródła

Merge pull request #6452 from utkarshcmu/tooltip_bug

Fixed the tooltip message for slack notifier
Carl Bergquist 9 lat temu
rodzic
commit
377d9f4a78

+ 1 - 1
public/app/features/alerting/partials/notification_edit.html

@@ -71,7 +71,7 @@
           data-placement="right">
         </input>
         <info-popover mode="right-absolute">
-          Override default channel or user, use #channel-name or &lt;@username&gt;&lt;/@username&gt;
+          Override default channel or user, use #channel-name or @username
         </info-popover>
       </div>
     </div>