aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/dialog_decrypt_keys.xml
diff options
context:
space:
mode:
authorpacien2018-08-22 22:44:53 +0200
committerpacien2018-08-22 22:44:53 +0200
commit718c152a6a63a20c5a49f32f6f0884e32848f4e9 (patch)
tree90695a395b88c9dcbe028fe88e3fbf04c2f5ea3b /app/src/main/res/layout/dialog_decrypt_keys.xml
parent24c881750aee124a95ec803755ee9334597e5b09 (diff)
downloadtincapp-718c152a6a63a20c5a49f32f6f0884e32848f4e9.tar.gz
Re-organise string resources
Diffstat (limited to 'app/src/main/res/layout/dialog_decrypt_keys.xml')
-rw-r--r--app/src/main/res/layout/dialog_decrypt_keys.xml2
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>