瀏覽代碼

change slack to hash tag in usernotification row

ryuichi-e 6 年之前
父節點
當前提交
805ebe9525
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/client/js/components/Admin/Notification/UserNotificationRow.jsx

+ 1 - 1
src/client/js/components/Admin/Notification/UserNotificationRow.jsx

@@ -19,7 +19,7 @@ class UserNotificationRow extends React.PureComponent {
             {notification.pathPattern}
           </td>
           <td className="px-4">
-            <span data-toggle="tooltip" data-placement="top" title="Slack"><i className="fa fa-slack"></i> {notification.channel}</span>
+            <span data-toggle="tooltip" data-placement="top" title="Slack"><i className="fa fa-hashtag"></i> {notification.channel}</span>
           </td>
           <td>
             <button type="submit" className="btn btn-outline-danger" onClick={() => { this.props.onClickDeleteBtn(notification._id) }}>{t('Delete')}</button>