From e69e1c920b263f61959f335541891fd67161bfb1 Mon Sep 17 00:00:00 2001 From: Doug Stewart Date: Wed, 24 Oct 2012 22:29:33 -0600 Subject: [PATCH] HTML Placeholders should be examples of input --- app/models/issue_trackers/lighthouse_tracker.rb | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/app/models/issue_trackers/lighthouse_tracker.rb b/app/models/issue_trackers/lighthouse_tracker.rb index 2e273e2..f894e1f 100644 --- a/app/models/issue_trackers/lighthouse_tracker.rb +++ b/app/models/issue_trackers/lighthouse_tracker.rb @@ -3,14 +3,16 @@ if defined? Lighthouse Label = "lighthouseapp" Fields = [ [:account, { - :placeholder => "example from http://example.lighthouseapp.com" + :label => "Account (subdomain)", + :placeholder => "example if http://example.lighthouseapp.com" }], [:api_token, { - :placeholder => "API Token for your account" + :label => "API Token", + :placeholder => "1aa1111a111111aaaa11a11a1111a11a11111a11" }], [:project_id, { - :label => "Lighthouse Project ID number", - :placeholder => "#####" + :label => "Project ID number", + :placeholder => "123456" }] ] -- libgit2 0.21.2