diff options
-rw-r--r-- | all/src/main/templates/release-notes.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index da41d879c8..ca50a2f647 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -23,7 +23,7 @@ <body> <div id="header"> - <h1>Vaadin – thinking of U and I</h1> + <h1>Vaadin – Fight For Simplicity</h1> <div id="version"> <strong>Version @version@</strong> </div> @@ -103,7 +103,7 @@ <h2 id="incompatible">Incompatible or Behavior-altering Changes in @version-minor@</h2> <ul> - <li><tt>VaadinIcons.SEARCH_MINUS</tt> and <tt>VaadinIcons.SEARCH_PLUS</tt> codes were changed due to typo fix</li> + <li><tt>VaadinIcons.SEARCH_MINUS</tt> and <tt>VaadinIcons.SEARCH_PLUS</tt> codes were swapped due to typo fix</li> <li>Public <tt>disableOnClick</tt> variable in <tt>VNatiButton</tt> is removed due to the refactoring</li> </ul> @@ -442,7 +442,7 @@ <div id="footer"> <span class="slogan"><strong>vaadin <em>}></em> - </strong> thinking of U and I<span> <a href="#top">↑ Back + </strong> Fight For Simplicity<span> <a href="#top">↑ Back to top</a> </div> <!-- /footer --> |