Skip to content

Commit 98498bf

Browse files
committed
[FIX] mail_activity_reminder: Typo
Change "too" to "to"
1 parent 8e963f3 commit 98498bf

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

mail_activity_reminder/i18n/es.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ msgstr "Recordatorios"
8282
#. odoo-python
8383
#: code:addons/mail_activity_reminder/models/mail_activity.py:0
8484
#, python-format
85-
msgid "Some activities you are assigned too expire soon."
85+
msgid "Some activities you are assigned to expire soon."
8686
msgstr "Algunas actividades que se te asignan también caducan pronto."
8787

8888
#. module: mail_activity_reminder

mail_activity_reminder/i18n/fr.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ msgstr "Rappels"
8282
#. odoo-python
8383
#: code:addons/mail_activity_reminder/models/mail_activity.py:0
8484
#, python-format
85-
msgid "Some activities you are assigned too expire soon."
85+
msgid "Some activities you are assigned to expire soon."
8686
msgstr ""
8787

8888
#. module: mail_activity_reminder

mail_activity_reminder/i18n/it.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ msgstr "Promemoria"
8181
#. odoo-python
8282
#: code:addons/mail_activity_reminder/models/mail_activity.py:0
8383
#, python-format
84-
msgid "Some activities you are assigned too expire soon."
84+
msgid "Some activities you are assigned to expire soon."
8585
msgstr "Alcune attività a cui sei assegnato scadono a breve."
8686

8787
#. module: mail_activity_reminder

mail_activity_reminder/i18n/mail_activity_reminder.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ msgstr ""
8888
#. module: mail_activity_reminder
8989
#. odoo-python
9090
#: code:addons/mail_activity_reminder/models/mail_activity.py:0
91-
msgid "Some activities you are assigned too expire soon."
91+
msgid "Some activities you are assigned to expire soon."
9292
msgstr ""
9393

9494
#. module: mail_activity_reminder

mail_activity_reminder/i18n/pt.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ msgstr "Lembretes"
8181
#. odoo-python
8282
#: code:addons/mail_activity_reminder/models/mail_activity.py:0
8383
#, python-format
84-
msgid "Some activities you are assigned too expire soon."
84+
msgid "Some activities you are assigned to expire soon."
8585
msgstr ""
8686

8787
#. module: mail_activity_reminder

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)