URL, not url

This commit is contained in:
Rowan Manning
2013-09-24 22:31:04 +01:00
parent 4b2439e5db
commit daf3a1fbee
4 changed files with 9 additions and 9 deletions

View File

@@ -6,7 +6,7 @@
<form role="form" class="col-md-12" action="/new" method="post">
<div class="legend">
<legend>Add a new url</legend>
<legend>Add a new URL</legend>
</div>
{{#error}}
@@ -60,6 +60,6 @@
{{/standards}}
</div>
<button type="submit" class="btn btn-success"><span class="glyphicon glyphicon-plus"></span> Add url </button>
<button type="submit" class="btn btn-success"><span class="glyphicon glyphicon-plus"></span> Add URL </button>
</form>