diff options
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/account/profile-activity.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/admin/users/edit.html.tmpl | 4 | ||||
-rw-r--r-- | template/en/default/admin/users/list.html.tmpl | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/template/en/default/account/profile-activity.html.tmpl b/template/en/default/account/profile-activity.html.tmpl index fe8f9fb20..ef7c6082b 100644 --- a/template/en/default/account/profile-activity.html.tmpl +++ b/template/en/default/account/profile-activity.html.tmpl @@ -36,7 +36,7 @@ #%] [% title = BLOCK %] - View User Account Log for '[% otheruser.login FILTER html %]' + Account History for '[% otheruser.login FILTER html %]' [% END %] 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&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' _ '&userid=%%userid%%' _ |