Update supporting content text in SettingsScreen

Replaced text about automatic updates with language setting description.

Signed-off-by: Alex Yong <alexjyong@gmail.com>
This commit is contained in:
Alex Yong 2025-09-05 18:53:50 -04:00 committed by GitHub
parent ac7b73e007
commit 4004792e33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ fun SettingsScreen(
},
supportingContent = {
Column {
Text(text = "Toggle on to automatically check for new releases")
Text(text = stringResource(id = R.string.settings_language))
viewModel.manualCheckResult?.let { result ->
Text(
text = result,