diff options
-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), |