diff options
Diffstat (limited to 'WebContent/VAADIN')
-rw-r--r-- | WebContent/VAADIN/themes/base/table/table.css | 2 | ||||
-rw-r--r-- | WebContent/VAADIN/themes/example/layouts/mainLayout.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/base/table/table.css b/WebContent/VAADIN/themes/base/table/table.css index afb436e33f..9f2ad755a7 100644 --- a/WebContent/VAADIN/themes/base/table/table.css +++ b/WebContent/VAADIN/themes/base/table/table.css @@ -1,6 +1,6 @@ /* Table theme building instructions * - * Toolkit scroll table is very complex widget with dozens of features. These + * Vaadin scroll table is very complex widget with dozens of features. These * features set some limitations for theme builder. To keep things working, it * is safest to try to just override values used in default theme and comfort to * these instructions. diff --git a/WebContent/VAADIN/themes/example/layouts/mainLayout.html b/WebContent/VAADIN/themes/example/layouts/mainLayout.html index 5679ecbc62..80eec49b7f 100644 --- a/WebContent/VAADIN/themes/example/layouts/mainLayout.html +++ b/WebContent/VAADIN/themes/example/layouts/mainLayout.html @@ -1,5 +1,5 @@ -<!-- Toolkit components are placed with divs that have matching +<!-- Vaadin components are placed with divs that have matching location tag --> <table> |