diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-04 22:00:19 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-04 22:00:19 +0200 |
commit | e652956aa8dd6160b078f396e3f89157c15294af (patch) | |
tree | f5daa06245f0277925d8d5ad7d74c9a097d4dbd8 /template/list-locals.html | |
parent | e04e3174c1c38e7587df495c19082a864f2373b2 (diff) |
Edition of mailboxes, aliases and lists.
Diffstat (limited to 'template/list-locals.html')
-rw-r--r-- | template/list-locals.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/list-locals.html b/template/list-locals.html index 60d4581..cddfb84 100644 --- a/template/list-locals.html +++ b/template/list-locals.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> - <title>Domain names for <TMPL_VAR NAME=USER></title> + <title>Manage domain <TMPL_VAR NAME=DOMAIN></title> <link href="/css/style.css" media="all" rel="stylesheet" type="text/css" /> </head> <body> @@ -73,7 +73,7 @@ <th>Description</th> <th>Active</th> <th>Owner(s)</th> - <th>Destination</th> + <th>Destination(s)</th> </tr> </thead> <tbody> |