mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-07-01 14:26:48 +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(
|
Scaffold(
|
||||||
topBar = {
|
topBar = {
|
||||||
AppTopBar(
|
AppTopBar(
|
||||||
title = stringResource(R.string.updates),
|
title = stringResource(R.string.update),
|
||||||
onBackClick = onBackClick
|
onBackClick = onBackClick
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user