ios: fix typo, add information to settings (#958)

This commit is contained in:
Evgeny Poberezkin
2022-08-20 23:03:56 +01:00
committed by GitHub
parent 2cffe91e0b
commit 0a048eb286
3 changed files with 15 additions and 3 deletions
+1 -1
View File
@@ -561,7 +561,7 @@ public enum OnionHosts: String, Identifiable {
switch self {
case .no: return "No"
case .prefer: return "When available"
case .require: return "Requred"
case .require: return "Required"
}
}