From 62a0733a11224a6304c61dbc619869ab5e29f94d Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Sun, 19 Feb 2017 11:16:51 +0800 Subject: [PATCH] Use corrrect (temporary) placeholder --- app/components/add-contributor/template.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/add-contributor/template.hbs b/app/components/add-contributor/template.hbs index 4885873..58d48bb 100644 --- a/app/components/add-contributor/template.hbs +++ b/app/components/add-contributor/template.hbs @@ -9,7 +9,7 @@

{{input name="realname" type="text" - placeholder="Carl Sagan" + placeholder="GitHub username" value=realName class=(if isValidRealName 'valid' '')}}