diff options
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index c22962d9b..47661501f 100644 --- a/languages/en.php +++ b/languages/en.php @@ -188,7 +188,7 @@ $english = array( * API */ 'system.api.list' => "List all available API calls on the system.", - 'auth.gettoken' => "This API call lets a user obtain an authentication token which can be used for authenticating future API calls.", + 'auth.gettoken' => "This API call lets a user obtain a user authentication token which can be used for authenticating future API calls. Pass it as the parameter auth_token", /** * User details |