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:
parent
ac7b73e007
commit
4004792e33
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue