瀏覽代碼

Changed mouse over flag verbage

deadtom 3 周之前
父節點
當前提交
2de0181f40
共有 3 個文件被更改,包括 3 次插入2 次删除
  1. 1 0
      .gitignore
  2. 1 1
      ownchatbot/templates/mgmt.html
  3. 1 1
      ownchatbot/templates/userpanel.html

+ 1 - 0
.gitignore

@@ -4,6 +4,7 @@ instance/
 .kdev4/
 /*.kdev4
 .git/
+ownchatbot/snippets/
 
 __pycache__/
 *.py[cod]

+ 1 - 1
ownchatbot/templates/mgmt.html

@@ -104,7 +104,7 @@
                         <td>
                         </td>
                         <td style="font-size: small;">
-                            (Mouse over flags for details)
+                            (Mouse over flags for milestone details)
                         </td>
                     </tr>
                 </tbody>

+ 1 - 1
ownchatbot/templates/userpanel.html

@@ -162,7 +162,7 @@
                         <td></td>
                         <td></td>
                         <td style="font-size: small;">
-                            (Mouse over flags for details)
+                            (Mouse over flags for milestone details)
                         </td>
                     </tr>
                 </tbody>