Reprase string. Ref #396

This commit is contained in:
brantje 2017-11-07 23:03:27 +01:00
parent 042a1fdc16
commit 95980fb876
No known key found for this signature in database
GPG key ID: 5FF1D117F918687F
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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'),