diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2013-01-26 20:32:10 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2013-01-26 20:39:50 +0100 |
commit | 5002c89470b511dea3bb8eb64c81a71b7788fa0f (patch) | |
tree | abdda09ec1f429fb6ae3d72b9f5182ca48efaf8f /templates/edit-domain.html | |
parent | 28efba729bbd2687016cf122c1b01c2e8b09c202 (diff) |
wibble
Diffstat (limited to 'templates/edit-domain.html')
-rw-r--r-- | templates/edit-domain.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/edit-domain.html b/templates/edit-domain.html index 9acd52f..d95c8fb 100644 --- a/templates/edit-domain.html +++ b/templates/edit-domain.html @@ -60,7 +60,7 @@ <hr/> <h4 class="label" id="catch-all">Catch-All aliases</h4> - <textarea name="catchAlls" cols="50" rows="5" ><TMPL_VAR NAME=catchAlls></textarea> + <textarea name="catchAll" cols="50" rows="5" ><TMPL_VAR NAME=catchAll></textarea> <div class="help"> An optional list of destinations (one e-mail address per line) that will receive mail sent to <i>non existing</i> recipients. |