Update translation. Closes PR #284.

This commit is contained in:
brantje 2017-04-17 19:42:29 +02:00
parent 8a694a0885
commit 61e07f598c
No known key found for this signature in database
GPG key ID: 5FF1D117F918687F

View file

@ -233,7 +233,7 @@ class TranslationController extends ApiController {
'generating.keys' => $this->trans->t('Generating sharing keys'),
// templates/views/partials/forms/settings/tool.html
'tool.intro' => $this->trans->t('The password tool will scan your password, calculate the avarage crack time and, if below the threshold, show them'),
'tool.intro' => $this->trans->t('The password tool will scan your password and calculate average crack time. If it is below the threshold it will be shown.'),
'min.strength' => $this->trans->t('Minimum password stength'),
'scan.result.msg' => $this->trans->t('Passman scanned your passwords, and here is the result.'),
'scan.result' => $this->trans->t('A total of {{scan_result}} weak credentials.'),