Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2017-11-08 01:03:27 +0300
committerbrantje <brantje@gmail.com>2017-11-08 01:03:27 +0300
commit95980fb876d8c5481822f9daea9607000d1d0099 (patch)
tree5f8736f3ae09bd7193cd995ecc5dd5a7a90fc651
parent042a1fdc161fd29e8c06cefd2c76c3215bb7c837 (diff)
Reprase string. Ref #396
-rw-r--r--README.md2
-rw-r--r--controller/translationcontroller.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8ed6ad1f..d8bea294 100644
--- a/README.md
+++ b/README.md
@@ -131,7 +131,7 @@ To run Passman with [Docker](https://www.docker.com/) you can use our test docke
You have to supply your own SSL certs, self signed or Let's encrypt it doesn't matter.
Please note that the docker is only for testing purposes, as database user / password are hardcoded.
-If you like to spiece up our docker image and make it a full fledged secure, production ready install, you're welcome to do so.
+waiIf you like to spiece up our docker image and make it a full fledged secure, production ready install, you're welcome to do so.
Please note that:
- Port 80 and 443 are used
- SSL is enabled (or disabled if certs not found)
diff --git a/controller/translationcontroller.php b/controller/translationcontroller.php
index d15ee063..f6da073d 100644
--- a/controller/translationcontroller.php
+++ b/controller/translationcontroller.php
@@ -245,7 +245,7 @@ class TranslationController extends ApiController {
'action' => $this->trans->t('Action'),
// templates/vieuws/partials/forms/share_credential/basics.html
- 'search.u.g' => $this->trans->t('Search users or groups…'),
+ 'search.u.g' => $this->trans->t('Search users…'),
'search.result.missing' => $this->trans->t('Missing users? Only users that have vaults are shown.'),
'cyphering' => $this->trans->t('Cyphering'),
'uploading' => $this->trans->t('Uploading'),