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