Skip to content

Commit 76a89db

Browse files
authored
Merge pull request #14 from BUCKFAE/main
Fix grammar
2 parents f286027 + 8a4ac09 commit 76a89db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/poll.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ async def send_pay_reminder(self) -> None:
201201
"Hey %s! Why not paying?",
202202
"Hey %s! Better watch out, next time you will need to take the orders...",
203203
"Ordering but not paying? Boooh %s!",
204-
"One blame for %s! Did not payed until now.",
204+
"One blame for %s! Did not pay until now.",
205205
]
206206
)
207207
% display_name

0 commit comments

Comments
 (0)