mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Harmonize help strings
This commit is contained in:
parent
28450ce8c3
commit
e59e2da0b3
1 changed files with 3 additions and 3 deletions
|
@ -649,16 +649,16 @@ app:
|
||||||
|
|
||||||
### app_change_label()
|
### app_change_label()
|
||||||
change-label:
|
change-label:
|
||||||
action_help: Change an application label
|
action_help: Change app label
|
||||||
api: PUT /apps/<app>/label
|
api: PUT /apps/<app>/label
|
||||||
configuration:
|
configuration:
|
||||||
authenticate: all
|
authenticate: all
|
||||||
authenticator: ldap-anonymous
|
authenticator: ldap-anonymous
|
||||||
arguments:
|
arguments:
|
||||||
app:
|
app:
|
||||||
help: the application id
|
help: App ID
|
||||||
new_label:
|
new_label:
|
||||||
help: the new application label
|
help: New app label
|
||||||
|
|
||||||
### app_addaccess() TODO: Write help
|
### app_addaccess() TODO: Write help
|
||||||
addaccess:
|
addaccess:
|
||||||
|
|
Loading…
Add table
Reference in a new issue