From 9acad2abf68b64d3ca70b5263a72dfe3d5ff0081 Mon Sep 17 00:00:00 2001 From: Aditya Wasan Date: Wed, 13 Nov 2019 00:55:56 +0530 Subject: Convert java files to kotlin (#570) * Break SshKeyGen into multiple files * Use tinted material button * Convert PasswordStore to kotlin * Remove SshKeyGen * Remove explicit imports and other tweaks Signed-off-by: Aditya Wasan --- app/src/main/res/values/strings.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/src/main/res/values/strings.xml') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 0c8950e6..9ac5a850 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -271,4 +271,7 @@ When enabled, Password Store will prompt you for your fingerprint when launching the app Fingerprint hardware not accessible or missing Clear remembered OpenKeystore SSH Key ID + The store is on the sdcard but the app does not have permission to access it. Please give permission. + Your public key + Error while trying to generate the ssh-key -- cgit v1.2.3