diff options
author | Sauli Tähkäpää <sauli@vaadin.com> | 2015-10-20 14:26:09 +0300 |
---|---|---|
committer | Sauli Tähkäpää <sauli@vaadin.com> | 2015-10-20 14:26:09 +0300 |
commit | 5b2e35b8351e1a911a3f9881346a591a3d03be48 (patch) | |
tree | bdcc3d93033df14898d476c3589d4eba939d18ec | |
parent | 6d75feda5d954159365c49892bc2a2edffe2090d (diff) | |
download | vaadin-core-5b2e35b8351e1a911a3f9881346a591a3d03be48.tar.gz vaadin-core-5b2e35b8351e1a911a3f9881346a591a3d03be48.zip |
Rename some title to Elements.
-rw-r--r-- | bower.json | 2 | ||||
-rw-r--r-- | demo/index.html | 2 | ||||
-rw-r--r-- | ga.js | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -4,7 +4,7 @@ "authors": [ "Vaadin Ltd" ], - "description": "Vaadin Components is an evolving set of custom HTML elements, built using Polymer, for building mobile and desktop web applications in modern browsers.", + "description": "Vaadin Elements is an evolving set of custom HTML elements, built using Polymer, for building mobile and desktop web applications in modern browsers.", "license": "Apache License 2.0", "keywords": [ "web-components" diff --git a/demo/index.html b/demo/index.html index 121ab58..1729e44 100644 --- a/demo/index.html +++ b/demo/index.html @@ -1,7 +1,7 @@ <!doctype html> <html> <head> - <title>Vaadin Components Code Examples</title> + <title>Vaadin Elements Code Examples</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1" /> <script src="../../marked/lib/marked.js"></script> @@ -1,4 +1,4 @@ -// Analytics for Vaadin Components +// Analytics for Vaadin Elements (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |