diff options
author | Mark Sapiro <mark@msapiro.net> | 2018-06-11 19:29:33 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2018-06-11 19:29:33 -0700 |
commit | d2da11a73ee15a4e467fdacbb0f5c36447b144f6 (patch) | |
tree | 425420bec1af90b4d2d764c398cc35e742d6f93f /templates | |
parent | d363c183a208a1ef34847656533cb818d7a7cf50 (diff) | |
parent | 4c54a401f9070bcb385a44bbaec8c08facb10ee4 (diff) | |
download | mailman2-d2da11a73ee15a4e467fdacbb0f5c36447b144f6.tar.gz mailman2-d2da11a73ee15a4e467fdacbb0f5c36447b144f6.tar.xz mailman2-d2da11a73ee15a4e467fdacbb0f5c36447b144f6.zip |
Added %(whence)s replacement for admin (un)subscribe notices.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/en/adminsubscribeack.txt | 2 | ||||
-rw-r--r-- | templates/en/adminunsubscribeack.txt | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/templates/en/adminsubscribeack.txt b/templates/en/adminsubscribeack.txt index 388a3a24..2c83f5c8 100644 --- a/templates/en/adminsubscribeack.txt +++ b/templates/en/adminsubscribeack.txt @@ -1,3 +1,3 @@ %(member)s has been successfully subscribed to %(listname)s. - +%(whence)s diff --git a/templates/en/adminunsubscribeack.txt b/templates/en/adminunsubscribeack.txt index 2ebcfeb7..bbfcd430 100644 --- a/templates/en/adminunsubscribeack.txt +++ b/templates/en/adminunsubscribeack.txt @@ -1,2 +1,3 @@ %(member)s has been removed from %(listname)s. +%(whence)s |