diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index ccd4622..2f66e36 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -21,15 +21,14 @@
     <string name="login_checkbox_20">having fun?</string>
     <string name="login_checkbox_angry">checkbox is angry</string>
     <string name="no_options">none yet sorry</string>
-    <string name="command_permission_denied">If you change your mind, do so from settings</string>
     <string name="title_activity_termux_ssh">Termux Error</string>
-    <string name="termux_no_ssh">No ssh client on termux, install dropbear or openssh package</string>
-    <string name="copied_to_clipboard">Copied command to clipboard</string>
+    <string name="copied_to_clipboard">Command copied to clipboard</string>
     <string name="termux_install_dropbear">Install Dropbear with:</string>
     <string name="open_termux">Open Termux</string>
     <string name="termux_not_configured">Termux is not configured for usage with other apps.</string>
     <string name="termux_open_instructions">Open instructions on github.com</string>
     <string name="termux_error">An error occurred:</string>
     <string name="webview_todo">(this will be a webview)</string>
-    <string name="no_instances">You have no instances</string>
+    <string name="no_instances">You are not renting any instances</string>
+    <string name="termux_no_ssh">Missing SSH client on Termux</string>
 </resources>
\ No newline at end of file