mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-07-01 06:16:16 +08:00
fix: Change the title in the Update screen from "Updates" to "Update"
Closes #1960
This commit is contained in:
@ -56,7 +56,7 @@ fun UpdateScreen(
|
||||
Scaffold(
|
||||
topBar = {
|
||||
AppTopBar(
|
||||
title = stringResource(R.string.updates),
|
||||
title = stringResource(R.string.update),
|
||||
onBackClick = onBackClick
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user