diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-12-15 17:40:11 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-12-15 18:53:58 +0530 |
commit | ced2008a85250a20e409364da9f8e640347adb1f (patch) | |
tree | ff0b10762d7a72b34c151362898070002122a75b /ssh/src/main/res | |
parent | 4d5b32d98b0c97a790eb429844c79ef5d37d9e7a (diff) |
Revert "Refactor SSHKey into a separate module (#2450)"
This reverts commit 97b3577a463966e93d24649ff348fc4bb6825e50.
Diffstat (limited to 'ssh/src/main/res')
-rw-r--r-- | ssh/src/main/res/values/strings.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ssh/src/main/res/values/strings.xml b/ssh/src/main/res/values/strings.xml deleted file mode 100644 index f35fe0ac..00000000 --- a/ssh/src/main/res/values/strings.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="ssh_key_does_not_exist">Unable to open the ssh private key, please check that the file exists</string> - <string name="ssh_key_import_error_not_an_ssh_key_message">Selected file does not appear to be an SSH private key.</string> -</resources> |