public inbox for [email protected]
help / color / mirror / Atom feed[PATCH] Fix typo in an unsubscribe-related message
2+ messages / 2 participants
[nested] [flat]
* [PATCH] Fix typo in an unsubscribe-related message
@ 2022-01-19 09:54 Célestin Matte <[email protected]>
2022-01-19 22:26 ` Re: [PATCH] Fix typo in an unsubscribe-related message Magnus Hagander <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: Célestin Matte @ 2022-01-19 09:54 UTC (permalink / raw)
To: PostgreSQL WWW <[email protected]>
This one is an easy one, it's just a typo.
--
Célestin Matte
Attachments:
[text/x-patch] 0001-Fix-typo-in-an-unsubscribe-related-message.patch (1.5K, 2-0001-Fix-typo-in-an-unsubscribe-related-message.patch)
download | inline diff:
From 807c257804e0d1a5418859564541c5b39b3331ee Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9lestin=20Matte?= <[email protected]>
Date: Wed, 19 Jan 2022 10:51:27 +0100
Subject: [PATCH] Fix typo in an unsubscribe-related message
---
web/pglister/lists/views.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/web/pglister/lists/views.py b/web/pglister/lists/views.py
index 207b3d7..89f7b3e 100644
--- a/web/pglister/lists/views.py
+++ b/web/pglister/lists/views.py
@@ -242,7 +242,7 @@ class Unsubscribe(LoginRequired, FormView):
kw['prompt'] = "Please confirm that you want to unsubscribe from {0}.".format(l)
if l.subscription_policy == SubscriptionPolicies.MANAGED:
- kw['cannotcomplete'] = "This list has it's membership managed by the moderators, so you cannot manually unsubscribe from it."
+ kw['cannotcomplete'] = "This list has its membership managed by the moderators, so you cannot manually unsubscribe from it."
return kw
@transaction.atomic
@@ -354,7 +354,7 @@ class UnsubscribeConfirm(TemplateView):
# Check subscription policy
if l.subscription_policy == SubscriptionPolicies.MANAGED:
- self.message = "This list has it's membership managed by the moderators, so you cannot manually unsubscribe from it."
+ self.message = "This list has its membership managed by the moderators, so you cannot manually unsubscribe from it."
return super(UnsubscribeConfirm, self).get(request, token)
# Ok, actually remove it.
--
2.34.1
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: [PATCH] Fix typo in an unsubscribe-related message
2022-01-19 09:54 [PATCH] Fix typo in an unsubscribe-related message Célestin Matte <[email protected]>
@ 2022-01-19 22:26 ` Magnus Hagander <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Magnus Hagander @ 2022-01-19 22:26 UTC (permalink / raw)
To: Célestin Matte <[email protected]>; +Cc: PostgreSQL WWW <[email protected]>
On Wed, Jan 19, 2022 at 12:05 PM Célestin Matte
<[email protected]> wrote:
>
> This one is an easy one, it's just a typo.
Indeed that's trivial :) Thanks, applied!
--
Magnus Hagander
Me: https://www.hagander.net/
Work: https://www.redpill-linpro.com/
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2022-01-19 22:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2022-01-19 09:54 [PATCH] Fix typo in an unsubscribe-related message Célestin Matte <[email protected]>
2022-01-19 22:26 ` Magnus Hagander <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox