From 1cf951a5f9fdc70198c45fe6e62a9f898e57775b Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 8 Jan 2021 08:48:09 +0100 Subject: [PATCH] Small typos --- groups_and_permissions.md | 5 ++--- groups_and_permissions_fr.md | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/groups_and_permissions.md b/groups_and_permissions.md index b2cb7db7..b75831c0 100644 --- a/groups_and_permissions.md +++ b/groups_and_permissions.md @@ -175,10 +175,9 @@ The webadmin will issue a warning if you set a permission that is superseeded by ### Hide/display specific tiles in the user portal -Since yunohost 4.1, you can choose to hide/display specific tiles in the SSO. In the webadmin, you can do so by going in the corresponding app view, go in "Manage label and tiles" and check/uncheck the option "Display the tile in the user portal" for the corresponding permission. In command line, this may be done with : +Since YunoHost 4.1, you can choose to hide/display specific tiles in the SSO. In the webadmin, you can do so by going in the corresponding app view, go in "Manage label and tiles" and check/uncheck the option "Display the tile in the user portal" for the corresponding permission. In command line, this may be done with: ```shell -# Enable the tile for the wordpress admin interface +# Enable the tile for the WordPress admin interface $ yunohost user permission update wordpress.admin --show_tile True ``` - diff --git a/groups_and_permissions_fr.md b/groups_and_permissions_fr.md index 5e79f015..8eec96aa 100644 --- a/groups_and_permissions_fr.md +++ b/groups_and_permissions_fr.md @@ -172,9 +172,9 @@ La webadmin émettra un avertissement si vous définissez une permission qui est ### Montrer/cacher les tuiles dans le portail utilisateur -Depuis Yunohost 4.1, il est possible de montrer/cacher certaines tuiles dans le portail. Depuis la webadmin, vous pouvez changer cela en allant dans la vue de l'application à manipuler, puis dans "Gérer les tuiles et les labels", et cocher/décocher l'option "Montrer cette tuile dans le portail utilisateur" pour la permissison correspondante. En ligne de commande, le même genre de chose peut être fait avec : +Depuis YunoHost 4.1, il est possible de montrer/cacher certaines tuiles dans le portail. Depuis la webadmin, vous pouvez changer cela en allant dans la vue de l'application à manipuler, puis dans "Gérer les tuiles et les labels", et cocher/décocher l'option "Montrer cette tuile dans le portail utilisateur" pour la permissison correspondante. En ligne de commande, le même genre de chose peut être fait avec : ```shell -# Activer la tuile pour l'interface d'admin de wordpress +# Activer la tuile pour l'interface d'admin de WordPress $ yunohost user permission update wordpress.admin --show_tile True ```