diff --git a/source/import_documentation/Components/Solid-Router.rst b/source/import_documentation/Components/Solid-Router.rst
index c038e83d42d65d4ec4bf20aeaec1b0f4bbbd9a0a..d24a9feeb98a20a5159a35f75cafbdb464c6d561 100644
--- a/source/import_documentation/Components/Solid-Router.rst
+++ b/source/import_documentation/Components/Solid-Router.rst
@@ -72,8 +72,8 @@ Displays a menu and handle the navigation for you.
 ``<div data-view=[name]>`` attributes:
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
--  ``view-title``: allows to choose the ``<title>`` content of each `data-view` (of each "page").
--  ``view-description``: allows to choose the value of ``content`` attribute in ``<meta name="description">`` tag.
+-  ``view-title``: allows to change the ``title`` of the page when a user navigates to this view.
+-  ``view-description``: allows to change the ``<meta name="description">`` of the page when the user navigates to this view.
 
 solid-link
 ----------