diff options
author | Sun Zhe <31067185+ZheSun88@users.noreply.github.com> | 2018-12-27 10:36:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-27 10:36:36 +0200 |
commit | d9de8a9470d0e89590e8fd77e1471c5154e110cd (patch) | |
tree | ea7e801d5644097e82d07465cffed9175518d3a4 | |
parent | 1ce66549018d471ac41eae59ab72562b69007537 (diff) | |
download | vaadin-framework-d9de8a9470d0e89590e8fd77e1471c5154e110cd.tar.gz vaadin-framework-d9de8a9470d0e89590e8fd77e1471c5154e110cd.zip |
Release-note updates (#11389)
* Release-note updates
Change the word for describing icon swapping
* Update vaadin slogan in the release-note template
-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 --> |