diff --git a/src/fts3rest/fts3rest/templates/config/cloud_storage.html b/src/fts3rest/fts3rest/templates/config/cloud_storage.html
index a77ef50b25a8cf384720391cab6af6fb73de96d6..7446f93529b749a660e8a78b76fc58b424924e37 100644
--- a/src/fts3rest/fts3rest/templates/config/cloud_storage.html
+++ b/src/fts3rest/fts3rest/templates/config/cloud_storage.html
@@ -15,8 +15,8 @@
     <dl>
         <dt>Register the S3 storage</dt>
         <dd>The name should have the form S3:hostname (i.e. S3:s3.example.com). App key and secret are not used.</dd>
-        <dt>Grant access to a set of VO and/or users</dt>
-        <dd>Empty user with a value in VO grant access to all members from that VO.
+        <dt>Grant access to a set of VO roles and/or users</dt>
+        <dd>Empty user with a value in VO roles grant access to all members from that VO.
             Access token = access key, access secret = secret key. Leave request fields empty.
         </dd>
     </dl>
@@ -66,7 +66,7 @@
                     <tr>
                         <th></th>
                         <th>User</th>
-                        <th>VO</th>
+                        <th>VO roles</th>
                         <th>Access token</th>
                         <th>Access secret</th>
                         <th>Request token</th>