ソースを参照

Changed checkbox text

Vadik Sirekanyan 2 年 前
コミット
c10e08753d

+ 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),