Merge pull request #179 from hendrikgit/fix-settings-typo

Fixed typo in settings (Network - Authentication)
This commit is contained in:
Abdelilah El Aissaoui 2023-10-25 00:50:54 +02:00 committed by GitHub
commit 7d97a21948
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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