Skip to content

Commit 56ef916

Browse files
committed
Change NavigationViewItemHeader to "Locations"
1 parent bf4168f commit 56ef916

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Files.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
<AppxBundlePlatforms>x86|x64|arm</AppxBundlePlatforms>
2424
<AppInstallerUpdateFrequency>1</AppInstallerUpdateFrequency>
2525
<AppInstallerCheckForUpdateFrequency>OnApplicationRun</AppInstallerCheckForUpdateFrequency>
26-
<AppxPackageDir>C:\Users\lukeb\Documents\Packages\</AppxPackageDir>
27-
<PackageCertificateThumbprint>8A20ABE1D687015D3DA4C50D4E3B1B93D28951CD</PackageCertificateThumbprint>
26+
<AppxPackageDir>C:\Users\Luke\Documents\Packages\</AppxPackageDir>
27+
<PackageCertificateThumbprint>28AE037A1F13461E0372E31085451A86570D5A1B</PackageCertificateThumbprint>
2828
<AppxBundle>Never</AppxBundle>
2929
</PropertyGroup>
3030
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">

MainPage.xaml

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

379379
<UILib:NavigationView.MenuItems>
380380

381-
<UILib:NavigationViewItemHeader Content="Libraries"/>
381+
<UILib:NavigationViewItemHeader Content="Locations"/>
382382
<UILib:NavigationViewItem x:Name="homeIc" Margin="0,0,0,0" Content="Home" FontFamily="Segoe UI" Tag="HomePage">
383383
<UILib:NavigationViewItem.Icon>
384384
<FontIcon Glyph="&#xE80F;" FontFamily="Segoe MDL2 Assets"/>

0 commit comments

Comments
 (0)