Skip to content

Commit

Permalink
Merge PR #12 into 12.0
Browse files Browse the repository at this point in the history
Signed-off-by robinkeunen
  • Loading branch information
github-grap-bot committed Dec 15, 2023
2 parents bb7b9c3 + 2c095e8 commit 8e34a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website_sale_close/models/website.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ class Website(models.Model):
)
text_closed_ecommerce = fields.Html(
string="Text closed e-commerce",
default="E-commerce is momently closed.",
default="E-commerce is currently closed.",
translate=True,
)

0 comments on commit 8e34a0e

Please sign in to comment.