]> _ Git - fluidbook-html5.git/commitdiff
fix #2099 @0:01
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 15 Jun 2018 14:14:42 +0000 (16:14 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 15 Jun 2018 14:14:42 +0000 (16:14 +0200)
js/libs/fluidbook/forms/fluidbook.form.bourbon.js

index 997e9b9abcf19e1e5fe073a0eaaf7ef8cb0ac969..20b31e6bbfede1bea3fc0136f06bc7556ca24c77 100644 (file)
@@ -21,7 +21,7 @@ FluidbookBourbonForm.prototype = {
     },
 
     openSuggest: function (p1, p2, callback) {
-        var view = '<div class="caption">' + this.closeButton() + '<h2>Suggest a mondification</h2></div>';
+        var view = '<div class="caption">' + this.closeButton() + '<h2>Suggest a modification</h2></div>';
         view += '<div class="content">';
         view += '<form class="cart-bourbon-suggest" action="" method="post">';
         view += '<div>';