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 585d54a8a8
commit a0e67a42e0
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

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