diff options
author | Arne Schwabe <arne@rfc2549.org> | 2021-10-03 18:26:55 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2021-10-03 18:26:55 +0200 |
commit | cb2323d7c5e9e54d8f5eb39e6e798e5c025e0640 (patch) | |
tree | 97fd4ca161e5123e4234bbfbfc13882b5297fd1b /remoteExample/src/main/res/values | |
parent | 164d6d6cca7f045db347b55c6412f279e060cbef (diff) |
Fix various issues in remoteExample
Diffstat (limited to 'remoteExample/src/main/res/values')
-rw-r--r-- | remoteExample/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoteExample/src/main/res/values/strings.xml b/remoteExample/src/main/res/values/strings.xml index 30e05648..5bb63fc3 100644 --- a/remoteExample/src/main/res/values/strings.xml +++ b/remoteExample/src/main/res/values/strings.xml @@ -16,6 +16,7 @@ <string name="disconnect">Disconnect</string> <string name="start_embedded">Start embedded profile</string> <string name="addNew">Add new Profile</string> + <string name="addNewEdit">Add editable profile</string> </resources> |