mirror of
https://github.com/nextcloud/passman.git
synced 2025-09-30 08:44:38 +08:00
Reprase string. Ref #396
This commit is contained in:
parent
042a1fdc16
commit
95980fb876
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
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.
|
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:
|
Please note that:
|
||||||
- Port 80 and 443 are used
|
- Port 80 and 443 are used
|
||||||
- SSL is enabled (or disabled if certs not found)
|
- SSL is enabled (or disabled if certs not found)
|
||||||
|
|
|
@ -245,7 +245,7 @@ class TranslationController extends ApiController {
|
||||||
'action' => $this->trans->t('Action'),
|
'action' => $this->trans->t('Action'),
|
||||||
|
|
||||||
// templates/vieuws/partials/forms/share_credential/basics.html
|
// 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.'),
|
'search.result.missing' => $this->trans->t('Missing users? Only users that have vaults are shown.'),
|
||||||
'cyphering' => $this->trans->t('Cyphering'),
|
'cyphering' => $this->trans->t('Cyphering'),
|
||||||
'uploading' => $this->trans->t('Uploading'),
|
'uploading' => $this->trans->t('Uploading'),
|
||||||
|
|
Loading…
Add table
Reference in a new issue