diff --git a/addons/event/static/src/js/tours/event_tour.js b/addons/event/static/src/js/tours/event_tour.js
index 192d243d924a18db8d106970a94951a789711355..c1f3c8347bd8c1c196b3ee7cf9240d7a0808aa88 100644
--- a/addons/event/static/src/js/tours/event_tour.js
+++ b/addons/event/static/src/js/tours/event_tour.js
@@ -57,20 +57,14 @@ tour.register('event_tour', {
 }, {
     trigger: '.o_event_form_view div[name="event_ticket_ids"] .o_field_x2many_list_row_add a',
     content: _t("Ticket types allow you to distinguish your attendees. Let's <b>create</b> a new one."),
-}, {
-    trigger: '.o_form_button_save',
-    extra_trigger: '.o_event_form_view',
-    content: _t("Awesome! Now, let's <b>save</b> your changes."),
-    position: 'bottom',
-    width: 250,
 }, ...new EventAdditionalTourSteps()._get_website_event_steps(), {
-    trigger: '.o_event_form_view div[name="stage_id"] button:contains("Booked")',
+    trigger: '.o_event_form_view div[name="stage_id"]',
     extra_trigger: 'div.o_form_buttons_view:not(.o_hidden)',
     content: _t("Now that your event is ready, click here to move it to another stage."),
     position: 'bottom',
 }, {
     trigger: 'ol.breadcrumb li.breadcrumb-item:first',
-    extra_trigger: '.o_event_form_view div[name="stage_id"] button.disabled:contains("Booked")',
+    extra_trigger: '.o_event_form_view div[name="stage_id"]',
     content: _t("Use the <b>breadcrumbs</b> to go back to your kanban overview."),
     position: 'bottom',
     run: 'click',
diff --git a/addons/website_event/i18n/website_event.pot b/addons/website_event/i18n/website_event.pot
index a0bff9b230eeda7740f05970bd8b79d4bc4e0503..8018da92744db196525f72f4ba48cf02aa5685b7 100644
--- a/addons/website_event/i18n/website_event.pot
+++ b/addons/website_event/i18n/website_event.pot
@@ -1086,7 +1086,7 @@ msgstr ""
 #, python-format
 msgid ""
 "With the Edit button, you can <b>customize</b> the web page visitors will "
-"see when registrating."
+"see when registering."
 msgstr ""
 
 #. module: website_event
diff --git a/addons/website_event/static/src/js/tours/event_tour.js b/addons/website_event/static/src/js/tours/event_tour.js
index 49db16806ed70c52efc15a61a7525cda4987bc9e..421146c1a09322abfb698ae534f9f8906a014728 100644
--- a/addons/website_event/static/src/js/tours/event_tour.js
+++ b/addons/website_event/static/src/js/tours/event_tour.js
@@ -16,13 +16,12 @@ EventAdditionalTourSteps.include({
         this._super.apply(this, arguments);
         return [{
                 trigger: '.o_event_form_view button[name="is_published"]',
-                extra_trigger: 'div.o_form_buttons_view:not(.o_hidden)',
                 content: _t("Use this <b>shortcut</b> to easily access your event web page."),
                 position: 'bottom',
             }, {
                 trigger: 'li#edit-page-menu a',
                 extra_trigger: '.o_wevent_event',
-                content: _t("With the Edit button, you can <b>customize</b> the web page visitors will see when registrating."),
+                content: _t("With the Edit button, you can <b>customize</b> the web page visitors will see when registering."),
                 position: 'bottom',
             }, {
                 trigger: 'div[name="Image - Text"] .oe_snippet_thumbnail',