AppsGamesFragment: Localize header string for installed apps

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2025-01-14 10:12:46 +07:00
parent b749920e40
commit 1cb1905b48
2 changed files with 4 additions and 1 deletions

View File

@@ -136,7 +136,7 @@ class AppsGamesFragment : BaseFragment<FragmentGenericWithSearchBinding>() {
add(
HeaderViewModel_()
.id("header")
.title("${packages.size} apps installed")
.title(getString(R.string.installed_apps_size, packages.size))
)
packages.forEach { app ->
add(