Demos: Better wording for the purposefully broken tab

Fix both grammar and punctuation in one tabs demo.

Closes gh-2139
This commit is contained in:
DeerBear 2022-12-06 23:27:33 +01:00 committed by GitHub
parent 970a0cfa23
commit 455884470c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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." );
});
}
});