diff options
Diffstat (limited to 'app/src/main/res/layout/dialog_decrypt_keys.xml')
-rw-r--r-- | app/src/main/res/layout/dialog_decrypt_keys.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/dialog_decrypt_keys.xml b/app/src/main/res/layout/dialog_decrypt_keys.xml index 146f5ba..8f49d87 100644 --- a/app/src/main/res/layout/dialog_decrypt_keys.xml +++ b/app/src/main/res/layout/dialog_decrypt_keys.xml | |||
@@ -31,7 +31,7 @@ | |||
31 | android:id="@+id/passphrase" | 31 | android:id="@+id/passphrase" |
32 | android:layout_width="match_parent" | 32 | android:layout_width="match_parent" |
33 | android:layout_height="match_parent" | 33 | android:layout_height="match_parent" |
34 | android:hint="@string/field_passphrase" | 34 | android:hint="@string/decrypt_key_modal_field_passphrase" |
35 | android:inputType="textPassword"/> | 35 | android:inputType="textPassword"/> |
36 | 36 | ||
37 | </LinearLayout> | 37 | </LinearLayout> |