diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2013-01-19 02:22:17 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2013-01-19 02:22:17 +0100 |
commit | f7701a60f217ab154fe53a5d13bbd223f6182150 (patch) | |
tree | 8334d13eb9a7e58065be7db608718bad605fd07c /templates/edit-domain.html | |
parent | 145a6fc76882769391e1e9792db868b692bc4538 (diff) |
CanCreate → CanAdd
Diffstat (limited to 'templates/edit-domain.html')
-rw-r--r-- | templates/edit-domain.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/edit-domain.html b/templates/edit-domain.html index dbbdf3c..c814a20 100644 --- a/templates/edit-domain.html +++ b/templates/edit-domain.html @@ -73,8 +73,8 @@ <TMPL_IF NAME=isPostmaster> <hr/> - <h4 class="label" id="canCreateAlias">Grant right to create aliases</h4> - <textarea name="canCreateAlias" cols="50" rows="5" ><TMPL_VAR NAME=canCreateAlias></textarea> + <h4 class="label" id="canAddAlias">Grant right to create aliases</h4> + <textarea name="canAddAlias" cols="50" rows="5" ><TMPL_VAR NAME=canAddAlias></textarea> <div class="help"> An optional list of e-mails (one address per line) that are allowed to create aliases under your domain @@ -91,8 +91,8 @@ <hr/> - <h4 class="label" id="canCreateList">Grant right to create lists</h4> - <textarea name="canCreateList" cols="50" rows="5" ><TMPL_VAR NAME=canCreateList></textarea> + <h4 class="label" id="canAddList">Grant right to create lists</h4> + <textarea name="canAddList" cols="50" rows="5" ><TMPL_VAR NAME=canAddList></textarea> <div class="help"> An optional list of e-mails (one address per line) that are allowed to create mailing lists under your domain |