Mercurial > bugzilla-dashboard
changeset 52:8820100ae903
Removed word 'my' from column headers
author | Atul Varma <avarma@mozilla.com> |
---|---|
date | Sat, 24 Apr 2010 21:50:55 -0700 |
parents | 3af7cd6ae638 |
children | aa9b33b10820 |
files | main.html |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/main.html Sat Apr 24 21:30:58 2010 -0700 +++ b/main.html Sat Apr 24 21:50:55 2010 -0700 @@ -21,10 +21,10 @@ <div id="loading-screen" class="loading"> </div> <div id="reports" class="requires-login hide-while-loading"> <div class="container"> - <div id="code-reviews"><h2>My Things To Review</h2></div> - <div id="assigned-bugs"><h2>My Assigned Bugs</h2></div> - <div id="reported-bugs"><h2>My Reported Bugs</h2></div> - <div id="cc-bugs"><h2>My CC'd Bugs</h2></div> + <div id="code-reviews"><h2>Things To Review</h2></div> + <div id="assigned-bugs"><h2>Assigned Bugs</h2></div> + <div id="reported-bugs"><h2>Reported Bugs</h2></div> + <div id="cc-bugs"><h2>CC'd Bugs</h2></div> <div id="fixed-bugs"><h2>Recently Fixed Bugs</h2></div> </div> </div>