We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 970a0cf commit 4558844Copy full SHA for 4558844
demos/tabs/ajax.html
@@ -12,8 +12,8 @@
12
beforeLoad: function( event, ui ) {
13
ui.jqXHR.fail(function() {
14
ui.panel.html(
15
- "Couldn't load this tab. We'll try to fix this as soon as possible. " +
16
- "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." );
17
});
18
}
19
0 commit comments