diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2013-03-13 05:10:46 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-03-13 05:10:46 +0100 |
commit | 01626daba6e3493e66ca3a0af9da5b6889204228 (patch) | |
tree | 766b3b1073f53e67db2e1a0ca2595302e7fc1777 /extensions/ComponentWatching/template | |
parent | fa7374cc4f98ce48ca49ef9e975734de6bfb8097 (diff) | |
download | bugzilla-01626daba6e3493e66ca3a0af9da5b6889204228.tar.gz bugzilla-01626daba6e3493e66ca3a0af9da5b6889204228.tar.xz |
Fixed field label for watch user in ComponentWatching extension
Diffstat (limited to 'extensions/ComponentWatching/template')
-rw-r--r-- | extensions/ComponentWatching/template/en/default/hook/admin/components/edit-common-rows.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/ComponentWatching/template/en/default/hook/admin/components/edit-common-rows.html.tmpl b/extensions/ComponentWatching/template/en/default/hook/admin/components/edit-common-rows.html.tmpl index 154ba089e..4f92097ff 100644 --- a/extensions/ComponentWatching/template/en/default/hook/admin/components/edit-common-rows.html.tmpl +++ b/extensions/ComponentWatching/template/en/default/hook/admin/components/edit-common-rows.html.tmpl @@ -7,7 +7,7 @@ #%] <tr> - <td valign="top"><label for="watch_user">Watch User:</label></td> + <th class="field_label"><label for="watch_user">Watch User:</label></th> <td> [% INCLUDE global/userselect.html.tmpl name => "watch_user" |