Skip to content

Commit 40eb4ab

Browse files
authored
[FIX] Typo
Change "too" to "to"
1 parent 8e963f3 commit 40eb4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mail_activity_reminder/models/mail_activity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def action_remind(self):
120120
tz = timezone(user.sudo().tz or "UTC")
121121
local_now = utc_now.astimezone(tz)
122122

123-
subject = self.env._("Some activities you are assigned too expire soon.")
123+
subject = self.env._("Some activities you are assigned to expire soon.")
124124

125125
body = self.env["ir.qweb"]._render(
126126
"mail_activity_reminder.message_activity_assigned",

0 commit comments

Comments
 (0)