97 remaining

This commit is contained in:
Paul Schneider 2023-03-20 19:38:50 +00:00
commit 49ca652549
43 changed files with 103 additions and 168 deletions

View file

@ -1,8 +1,8 @@
@model Instrumentation
@{
ViewBag.SettingLabel = SR["Yavsc.Models.Musical.Profiles.Instrumentation"];
ViewData["Title"] = SR[ViewBag.SettingLabel] + "[" +SR["Edit"] + "]" ;
ViewBag.SettingLabel = "Yavsc.Models.Musical.Profiles.Instrumentation";
ViewData["Title"] = ViewBag.SettingLabel + "[" +"Edit" + "]" ;
}
<h2>Edit</h2>