For #14665: Replace hardcoded label with string resource.

pull/72/head
mcarare 4 years ago committed by Emily Kager
parent 2231fe2d52
commit 85cb74a3c9

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

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

Loading…
Cancel
Save