fix: Change the title in the Update screen from "Updates" to "Update"

Closes #1960
This commit is contained in:
Ushie
2024-07-03 01:28:33 +03:00
committed by oSumAtrIX
parent 5c434137d3
commit 5f2376919b

View File

@@ -56,7 +56,7 @@ fun UpdateScreen(
Scaffold(
topBar = {
AppTopBar(
title = stringResource(R.string.updates),
title = stringResource(R.string.update),
onBackClick = onBackClick
)
}