For #14665: Replace hardcoded label with string resource.

This commit is contained in:
mcarare 2020-09-03 17:17:19 +03:00 committed by Emily Kager
parent 2231fe2d52
commit 85cb74a3c9
2 changed files with 2 additions and 2 deletions

View File

@ -336,7 +336,7 @@ class DefaultToolbarMenu(
} }
val downloadsItem = BrowserMenuImageText( val downloadsItem = BrowserMenuImageText(
"Downloads", context.getString(R.string.library_downloads),
R.drawable.ic_download, R.drawable.ic_download,
primaryTextColor() primaryTextColor()
) { ) {

View File

@ -145,7 +145,7 @@ class HomeMenu(
} }
val downloadsItem = BrowserMenuImageText( val downloadsItem = BrowserMenuImageText(
"Downloads", context.getString(R.string.library_downloads),
R.drawable.ic_download, R.drawable.ic_download,
primaryTextColor primaryTextColor
) { ) {