From f3eb4800a38bb80baf9c42a8d4d033cbd9f2bc36 Mon Sep 17 00:00:00 2001 From: DeerBear Date: Sat, 3 Dec 2022 19:55:31 +0100 Subject: [PATCH] Better wording for the purposefully broken tab The wording was extremely jarring and could put potential users off. Made it better by fixing both grammar and punctuation. --- 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 f10e6480e40..876d19973b0 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." ); }); } });