summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Wyatt <wyatt.mike@gmail.com>2015-12-29 15:37:48 -0400
committerMike Wyatt <wyatt.mike@gmail.com>2015-12-29 15:37:48 -0400
commit2cd2c54bd1c83f8545b5f903d7717c4848453f0c (patch)
tree5608c96b36ccf715ddd86033acb80e6eb1bfd2ac
parentb45ee2c314e2c26f4574f2e973dfa40204860c66 (diff)
downloadgitlab-ce-2cd2c54bd1c83f8545b5f903d7717c4848453f0c.tar.gz
Update Asana field descriptions
-rw-r--r--app/models/project_services/asana_service.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/app/models/project_services/asana_service.rb b/app/models/project_services/asana_service.rb
index bbc508e8f8e..a16adf10432 100644
--- a/app/models/project_services/asana_service.rb
+++ b/app/models/project_services/asana_service.rb
@@ -53,14 +53,12 @@ http://developer.asana.com/documentation/#api_keys'
{
type: 'text',
name: 'api_key',
- placeholder: 'User API token. User must have access to task,
-all comments will be attributed to this user.'
+ placeholder: 'User Personal Access Token. User must have access to task, all comments will be attributed to this user.'
},
{
type: 'text',
name: 'restrict_to_branch',
- placeholder: 'Comma-separated list of branches which will be
-automatically inspected. Leave blank to include all branches.'
+ placeholder: 'Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches.'
}
]
end