Change upload checkbox name and default in certify dialog, too

This commit is contained in:
Vincent Breitmoser
2018-03-26 22:02:53 +02:00
parent f96fdd582f
commit 1892baba62
3 changed files with 1 additions and 7 deletions

View File

@@ -62,7 +62,6 @@
android:id="@+id/sign_key_upload_checkbox"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:checked="true"
android:text="@string/label_send_key"
android:paddingTop="12dp"
android:paddingBottom="12dp"/>