diff options
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 1b786b3..9351ac4 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -412,7 +412,7 @@ <string name="list_host_portforwards">"Edit port forwards"</string> <string name="list_host_delete">"Delete host"</string> <!-- Note that the '\n' splits the lines so it's actually "quick-connect box below to connect" --> - <string name="list_host_empty">"Use the quick-connect box"\n"below to connect to a host."</string> + <string name="list_host_empty">"No hosts created yet."</string> <!-- Default screen rotation preference selection --> <string name="list_rotation_default">"Default"</string> |