Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion views/add-account.utml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<form action="/add-account" method="post">
<label>StatusNet Webfinger ID</label>
<input class="span6" id="webfinger" name="webfinger" size="30" type="text" placeholder="you@identi.ca"></input>
<input class="span6" id="webfinger" name="webfinger" size="30" type="text" placeholder="you@example.com"></input>
<span class="help-block">Enter your ID on your StatusNet site. It looks like an email address, with your StatusNet nickname then &quot;@&quot; then your server.</span>
<input type="submit" class="btn btn-primary" value="Connect">
</form>