mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
Updated config page titles
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
}
|
||||
|
||||
@section TitleContent{
|
||||
Settings
|
||||
Settings > System
|
||||
}
|
||||
|
||||
@section ActionMenu{
|
||||
@@ -18,10 +18,6 @@
|
||||
@using (Html.BeginForm("SaveSystem", "Settings", FormMethod.Post, new { id = "form", name = "form", @class = "settingsForm" }))
|
||||
{
|
||||
@Html.ValidationSummary(true, "Unable to save your settings. Please correct the errors and try again.")
|
||||
|
||||
<h1>System</h1>
|
||||
<p></p>
|
||||
|
||||
<label class="labelClass">@Html.LabelFor(m => m.LaunchBrowser)
|
||||
<span class="small">@Html.DescriptionFor(m => m.LaunchBrowser)</span>
|
||||
</label>
|
||||
|
||||
Reference in New Issue
Block a user