diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2014-10-02 19:09:30 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2014-10-02 19:09:30 +0200 |
commit | d33c399b231a1d47a3fb94a770256369dbb32e6a (patch) | |
tree | 96db97ec199ed1c34ab2bf14134b51e7a1bafe55 /template/en/default/account | |
parent | a9efeb7460d263ed929947f9ca380a9616584f91 (diff) | |
download | bugs-d33c399b231a1d47a3fb94a770256369dbb32e6a.tar bugs-d33c399b231a1d47a3fb94a770256369dbb32e6a.tar.gz bugs-d33c399b231a1d47a3fb94a770256369dbb32e6a.tar.bz2 bugs-d33c399b231a1d47a3fb94a770256369dbb32e6a.tar.xz bugs-d33c399b231a1d47a3fb94a770256369dbb32e6a.zip |
Bug 1076155: Remove "?" from table columns and labels + code cleanup
r=dkl a=justdave
Diffstat (limited to 'template/en/default/account')
-rw-r--r-- | template/en/default/account/prefs/apikey.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/account/prefs/apikey.html.tmpl b/template/en/default/account/prefs/apikey.html.tmpl index 970258e50..bed3f3809 100644 --- a/template/en/default/account/prefs/apikey.html.tmpl +++ b/template/en/default/account/prefs/apikey.html.tmpl @@ -29,7 +29,7 @@ here.</p> <th>API key</th> <th>Description (optional)</th> <th>Last used</th> - <th>Revoked?</th> + <th>Revoked</th> </tr> [% FOREACH api_key IN api_keys %] |