diff options
Diffstat (limited to 'demos')
-rw-r--r-- | demos/functional/js/functional.demo.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/functional/js/functional.demo.js b/demos/functional/js/functional.demo.js index 330ffce9e..62f323cad 100644 --- a/demos/functional/js/functional.demo.js +++ b/demos/functional/js/functional.demo.js @@ -165,7 +165,7 @@ var loadDemo = function(comp) { $('#containerDemo').html("<img src='images/ajax-loader.gif'>"); $("#containerDemo").ajaxError(function(request, settings){ - $(this).html("Ops, there is no template file for this component."); + $(this).html("Oops, there is no template file for this component."); }); $.get('templates/'+comp+'.html', function(data) { |