Skip to content

Commit a2decdd

Browse files
authored
Fix typo and set url field-type in Basics.cshtml
1 parent 277af9e commit a2decdd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Server/OneTrueError.Web/Areas/Admin/Views/Home/Basics.cshtml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<label class="control-label">
1313
Base URL
1414
</label>
15-
<input type="text"
15+
<input type="url"
1616
name="BaseUrl" class="form-control" value="@Model.BaseUrl" placeholder="http://yourhostName"/>
17-
<small>Address used when visting this site.</small>
17+
<small>Address used when visiting this site.</small>
1818
</div>
1919
<div class="form-group">
2020
<label for="SupportEmail">
@@ -27,4 +27,4 @@
2727
<input type="submit" class="btn btn-primary" value="Save"/>
2828
</form>
2929
</div>
30-
</div>
30+
</div>

0 commit comments

Comments
 (0)