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 /demo | |
parent | 6d75feda5d954159365c49892bc2a2edffe2090d (diff) | |
download | vaadin-core-5b2e35b8351e1a911a3f9881346a591a3d03be48.tar.gz vaadin-core-5b2e35b8351e1a911a3f9881346a591a3d03be48.zip |
Rename some title to Elements.
Diffstat (limited to 'demo')
-rw-r--r-- | demo/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |