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
parent f197760efd
commit 39fbb87010
No known key found for this signature in database
GPG Key ID: B3AAD18842E34632

View File

@ -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
) )
} }