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