summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/users
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2007-07-25 11:51:42 +0200
committertimeless%mozdev.org <>2007-07-25 11:51:42 +0200
commit0f1cf40ea4dcc939a81a94d3df85586b124275ec (patch)
treee531d59f7f3ca2c9c014ce2aa1c09f1eed341b9c /template/en/default/admin/users
parent284d2c7b71b6508c91653b4ba31b535f77430df8 (diff)
downloadbugzilla-0f1cf40ea4dcc939a81a94d3df85586b124275ec.tar.gz
bugzilla-0f1cf40ea4dcc939a81a94d3df85586b124275ec.tar.xz
Bug 367956 rename "View User Account Log for ..." to "Account History for user ..."
r=lpsolit a=lpsolit
Diffstat (limited to 'template/en/default/admin/users')
-rw-r--r--template/en/default/admin/users/edit.html.tmpl4
-rw-r--r--template/en/default/admin/users/list.html.tmpl2
2 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/admin/users/edit.html.tmpl b/template/en/default/admin/users/edit.html.tmpl
index 8ababb82e..148dcc205 100644
--- a/template/en/default/admin/users/edit.html.tmpl
+++ b/template/en/default/admin/users/edit.html.tmpl
@@ -117,8 +117,8 @@
[% INCLUDE listselectionhiddenfields %]
or <a href="editusers.cgi?action=activity&amp;userid=[% otheruser.id %]"
- title="View the account log for user '
- [%- otheruser.login FILTER html %]'">View this user's account log</a>
+ title="View Account History for '
+ [%- otheruser.login FILTER html %]'">View Account History</a>
</p>
</form>
<p>
diff --git a/template/en/default/admin/users/list.html.tmpl b/template/en/default/admin/users/list.html.tmpl
index 41c5016f8..ed3f284d1 100644
--- a/template/en/default/admin/users/list.html.tmpl
+++ b/template/en/default/admin/users/list.html.tmpl
@@ -42,7 +42,7 @@
{name => 'realname'
heading => 'Real name'
}
- {heading => 'User Account Log'
+ {heading => 'Account History'
content => 'View'
contentlink => 'editusers.cgi?action=activity' _
'&amp;userid=%%userid%%' _