From 54fe23f32806e7af753da0feef69dcb2b4a3551d Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Tue, 12 Sep 2023 16:59:28 +0200 Subject: [PATCH] Update assets/js/notifications.js --- assets/js/notifications.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/notifications.js b/assets/js/notifications.js index d9c80b78..cf39d111 100644 --- a/assets/js/notifications.js +++ b/assets/js/notifications.js @@ -5,7 +5,7 @@ var wiremock_notification_shown = localStorage.getItem("wiremock_notification_sh var notifications = [ { content: { - title: "Online Webinar on September 26: " + + title: "Online Webinar on September 26th: " + "An Intro to Mock-Based API Prototyping and Developer Portals with Tom Akehurst " + "Learn More", },