Fixed typo in settings (Network - Authentication)

This commit is contained in:
Hendrik Albers 2023-10-24 22:45:04 +02:00
parent 872c9d962a
commit b92304d3fd

View file

@ -347,7 +347,7 @@ private fun Authentication(settingsViewModel: SettingsViewModel) {
SettingToggle(
title = "Cache HTTP credentials in memory",
subtitle = "If active, HTTP Credentials will be remember until Gitnuro is closed",
subtitle = "If active, HTTP Credentials will be remembered until Gitnuro is closed",
value = cacheCredentialsInMemory,
onValueChanged = { value ->
settingsViewModel.cacheCredentialsInMemory = value