Small typos

This commit is contained in:
ericgaspar 2021-01-08 08:48:09 +01:00
parent 8a59300420
commit 1cf951a5f9
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 4 additions and 5 deletions

View file

@ -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
```

View file

@ -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
```