1
0
Fork 0

For #9365: Update naming to reflect history item

master
mcarare 2020-04-01 13:24:43 +03:00 committed by Jeff Boek
parent cca3dae290
commit b119700820
1 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ class HomeMenu(
onItemTapped.invoke(Item.Bookmarks)
}
val libraryItem = BrowserMenuImageText(
val historyItem = BrowserMenuImageText(
context.getString(R.string.library_history),
R.drawable.ic_history,
primaryTextColor) {
@ -139,7 +139,7 @@ class HomeMenu(
textColorResource = menuCategoryTextColor
),
bookmarksItem,
libraryItem,
historyItem,
BrowserMenuDivider(),
settingsItem,
helpItem,