Skip to content

Commit f9900cf

Browse files
authored
Fix naming convention for File-Based Apps tab (#10732)
1 parent 7f183c1 commit f9900cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/NuGetGallery/Views/Packages/DisplayPackage.cshtml

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

295295
new PackageManagerViewModel(
296296
"dotnet-run-file",
297-
"File-based Apps",
297+
"File-Based Apps",
298298
new PackageManagerViewModel.InstallPackageCommand(
299299
string.Format("#:package {0}@{1}", Model.Id, Model.Version)
300300
)

0 commit comments

Comments
 (0)