summaryrefslogtreecommitdiff
path: root/patchwork/templates
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2018-09-29 23:03:08 +0100
committerStephen Finucane <stephen@that.guru>2018-09-29 23:12:39 +0100
commitc93e8a3ebe3a6ff9590223686d5ce56a30201250 (patch)
tree8260304e84073ba6a2a0abb2ba03a64fc815e56c /patchwork/templates
parent6c007280e59db1914a9b4217b746fdc9e66b3ff2 (diff)
downloadpatchwork-c93e8a3ebe3a6ff9590223686d5ce56a30201250.tar
patchwork-c93e8a3ebe3a6ff9590223686d5ce56a30201250.tar.gz
templates: Remove trailing newlines
These got added accidentally during merge. Signed-off-by: Stephen Finucane <stephen@that.guru> Fixes: 45fa5c5c ("templates: Move additional email subjects to templates")
Diffstat (limited to 'patchwork/templates')
-rw-r--r--patchwork/templates/patchwork/mails/activation-subject.txt2
-rw-r--r--patchwork/templates/patchwork/mails/optout-request-subject.txt2
-rw-r--r--patchwork/templates/patchwork/mails/patch-change-notification-subject.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/patchwork/templates/patchwork/mails/activation-subject.txt b/patchwork/templates/patchwork/mails/activation-subject.txt
index c409f38..632eea8 100644
--- a/patchwork/templates/patchwork/mails/activation-subject.txt
+++ b/patchwork/templates/patchwork/mails/activation-subject.txt
@@ -1 +1 @@
-Patchwork account confirmation
+Patchwork account confirmation \ No newline at end of file
diff --git a/patchwork/templates/patchwork/mails/optout-request-subject.txt b/patchwork/templates/patchwork/mails/optout-request-subject.txt
index 377dfc8..32ac699 100644
--- a/patchwork/templates/patchwork/mails/optout-request-subject.txt
+++ b/patchwork/templates/patchwork/mails/optout-request-subject.txt
@@ -1 +1 @@
-Patchwork opt-out confirmation \ No newline at end of file
+Patchwork opt-out request \ No newline at end of file
diff --git a/patchwork/templates/patchwork/mails/patch-change-notification-subject.txt b/patchwork/templates/patchwork/mails/patch-change-notification-subject.txt
index c9d96d4..42dcaa6 100644
--- a/patchwork/templates/patchwork/mails/patch-change-notification-subject.txt
+++ b/patchwork/templates/patchwork/mails/patch-change-notification-subject.txt
@@ -1 +1 @@
-[{{ projects|join:"," }}] Patch notification: {{notifications|length}} patch{{notifications|length|pluralize:"es"}} updated
+[{{ projects|join:"," }}] Patch notification: {{notifications|length}} patch{{notifications|length|pluralize:"es"}} updated \ No newline at end of file