Skip to content
Snippets Groups Projects
Commit 92c93ce7 authored by David Monjoie's avatar David Monjoie
Browse files

[REV] website: revert typo fix to restore translation


It was a mistake to fix this typo in stable as it would end up
invalidating all existing translations for this term.

Since it is not too late to put back the typo and therefore keep
the existing translation, we chose to partially revert cd0fa9f533f39cf4b3ad1819c659d35a3552ff68.

The typo will indeed be fixed in master.

closes odoo/odoo#107005

Signed-off-by: default avatarDavid Monjoie (dmo) <dmo@odoo.com>
parent 0eeff826
No related branches found
No related tags found
No related merge requests found
......@@ -564,7 +564,7 @@ var EditPageMenu = websiteNavbarData.WebsiteNavbarActionWidget.extend({
{
groupName: _t('Website'),
title: _t('Separator'),
description: _t('Insert a horizontal separator snippet.'),
description: _t('Insert an horizontal separator sippet.'),
fontawesome: 'fa-minus',
isDisabled: () => !this.wysiwyg.odooEditor.isSelectionInBlockRoot(),
callback: () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment