Skip to content

Commit 02a4ef6

Browse files
authored
Fixed usage of home string (#8181)
1 parent e917412 commit 02a4ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files/DataModels/SidebarPinnedModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ public async Task AddAllItemsToSidebar()
325325
{
326326
var homeSection = new LocationItem()
327327
{
328-
Text = "SidebarHome".GetLocalized(),
328+
Text = "Home".GetLocalized(),
329329
Section = SectionType.Home,
330330
Font = MainViewModel.FontName,
331331
IsDefaultLocation = true,

0 commit comments

Comments
 (0)