Skip to content

Commit 0b9f726

Browse files
author
codeRR
committed
Corrected small errors for the application wizard
1 parent 6eec7b7 commit 0b9f726

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/Server/Coderr.Server.Web/Views/Wizard/Application.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@model codeRR.Server.Web.Models.Wizard.ApplicationViewModel
22
@{
3-
ViewData["Title"] = "Create a new team";
3+
ViewData["Title"] = "Create a new application";
44
Layout = "_Layout.cshtml";
55
}
66
@section css {
@@ -41,7 +41,7 @@
4141
</div>
4242
<div class="form-group">
4343
<button type="submit" class="btn btn-primary">Create</button>
44-
<a href="https://discuss.coderrapp.com" target="_self">Help</a> |
44+
<a href="http://discuss.coderrapp.com" target="_self">Help</a> |
4545
<a href="@Url.Content("~/")#/">Exit wizard</a>
4646
</div>
4747
</form>

src/Server/Coderr.Server.Web/Views/Wizard/ConfigurePackage.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<p>
2525
<a class="btn btn-primary" href="@Url.Action("Validate", new{Model.LibraryName, Model.ApplicationId})" target="_self">Configuration is done</a>
26-
<a href="https://discuss.coderrapp.com" target="_self">Help</a> |
26+
<a href="http://discuss.coderrapp.com" target="_self">Help</a> |
2727
<a href="@Url.Content("~/")#/">Exit wizard</a>
2828
</p>
2929

src/Server/Coderr.Server.Web/Views/Wizard/Packages.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@model codeRR.Server.Web.Models.Wizard.PackagesViewModel
22
@{
3-
ViewData["Title"] = "Client installation";
3+
ViewData["Title"] = "Select nuget package";
44
Layout = "_Layout.cshtml";
55
}
66
@section css {

0 commit comments

Comments
 (0)