This commit is contained in:
Philipp Heckel 2026-01-09 19:49:16 -05:00
parent 868f250a45
commit 68de960518
2 changed files with 0 additions and 2 deletions

View file

@ -144,7 +144,6 @@
android:id="@+id/trusted_certificate_description" android:id="@+id/trusted_certificate_description"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/trusted_certificate_dialog_description"
android:textSize="14sp" android:textSize="14sp"
android:paddingStart="4dp" android:paddingStart="4dp"
android:paddingEnd="4dp" android:paddingEnd="4dp"

View file

@ -509,7 +509,6 @@
<string name="trusted_certificate_dialog_title">Certificate details</string> <string name="trusted_certificate_dialog_title">Certificate details</string>
<string name="trusted_certificate_dialog_title_unknown">Security warning</string> <string name="trusted_certificate_dialog_title_unknown">Security warning</string>
<string name="trusted_certificate_dialog_title_add">Add trusted certificate</string> <string name="trusted_certificate_dialog_title_add">Add trusted certificate</string>
<string name="trusted_certificate_dialog_description">The server\'s certificate could not be verified. Review the details below before trusting.</string>
<string name="trusted_certificate_dialog_security_title">Your connection is not private</string> <string name="trusted_certificate_dialog_security_title">Your connection is not private</string>
<string name="trusted_certificate_dialog_security_description">The server certificate is not trusted. Attackers might be trying to steal your information. Do not proceed unless you know why this certificate is not trusted.</string> <string name="trusted_certificate_dialog_security_description">The server certificate is not trusted. Attackers might be trying to steal your information. Do not proceed unless you know why this certificate is not trusted.</string>
<string name="trusted_certificate_dialog_description_add">You\'ve selected a certificate file. Review the details below before adding it to your trusted certificates.</string> <string name="trusted_certificate_dialog_description_add">You\'ve selected a certificate file. Review the details below before adding it to your trusted certificates.</string>