Skip to content

Commit f3eb480

Browse files
authored
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.
1 parent 970a0cf commit f3eb480

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demos/tabs/ajax.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
beforeLoad: function( event, ui ) {
1313
ui.jqXHR.fail(function() {
1414
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." );
15+
"Couldn't load this tab. We'd try to fix this as soon as possible " +
16+
"if this weren't a demo." );
1717
});
1818
}
1919
});

0 commit comments

Comments
 (0)