From 455884470c269939411d1704949a89f7e8d9ec7c Mon Sep 17 00:00:00 2001 From: DeerBear Date: Tue, 6 Dec 2022 23:27:33 +0100 Subject: [PATCH] Demos: Better wording for the purposefully broken tab Fix both grammar and punctuation in one tabs demo. Closes gh-2139 --- demos/tabs/ajax.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demos/tabs/ajax.html b/demos/tabs/ajax.html index f10e6480e..876d19973 100644 --- a/demos/tabs/ajax.html +++ b/demos/tabs/ajax.html @@ -12,8 +12,8 @@ beforeLoad: function( event, ui ) { ui.jqXHR.fail(function() { ui.panel.html( - "Couldn't load this tab. We'll try to fix this as soon as possible. " + - "If this wouldn't be a demo." ); + "Couldn't load this tab. We'd try to fix this as soon as possible " + + "if this weren't a demo." ); }); } }); -- 2.39.5