Browse Source

Changed checkbox text

Vadik Sirekanyan 2 years ago
parent
commit
c10e08753d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/src/main/java/org/sirekanyan/outline/ui/AddServerContent.kt

+ 1 - 1
app/src/main/java/org/sirekanyan/outline/ui/AddServerContent.kt

@@ -91,7 +91,7 @@ fun AddServerContent(dao: ApiUrlDao, state: MainState) {
                 },
             )
             Text(
-                text = "Trust self-signed certificates",
+                text = "Trust all certificates (insecure)",
                 modifier = Modifier.padding(end = 16.dp),
                 style = MaterialTheme.typography.bodySmall,
                 color = LocalContentColor.current.copy(alpha = 0.66f),