diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-04-19 18:06:40 -0500 |
---|---|---|
committer | Bjoern Schiessle <bjoern@schiessle.org> | 2017-04-20 16:33:27 +0200 |
commit | 6c294c3407426340d06babd1a295209b7f1bae54 (patch) | |
tree | 14710935f9be5af8a2f0c283e98fc6cda77963a4 /apps/sharebymail | |
parent | 9d07ec5a96d7995785f6d3d377024ba09977cb91 (diff) | |
download | nextcloud-server-6c294c3407426340d06babd1a295209b7f1bae54.tar.gz nextcloud-server-6c294c3407426340d06babd1a295209b7f1bae54.zip |
fix typo
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps/sharebymail')
-rw-r--r-- | apps/sharebymail/lib/ShareByMailProvider.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/sharebymail/lib/ShareByMailProvider.php b/apps/sharebymail/lib/ShareByMailProvider.php index 5634f773980..7e0f7c5071e 100644 --- a/apps/sharebymail/lib/ShareByMailProvider.php +++ b/apps/sharebymail/lib/ShareByMailProvider.php @@ -517,7 +517,7 @@ class ShareByMailProvider implements IShareProvider { $emailTemplate->addHeading($this->l->t('Password to access »%s«', [$filename]), false); $emailTemplate->addBodyText($bodyPart); $emailTemplate->addBodyText($this->l->t('This is the password: %s', [$password])); - $emailTemplate->addBodyText($this->l->t('You can chose a different password at any time in the share dialog.')); + $emailTemplate->addBodyText($this->l->t('You can choose a different password at any time in the share dialog.')); $emailTemplate->addFooter(); if ($initiatorEMailAddress) { |