rakekniven 2017-05-25 14:23:56 +02:00 committed by GitHub
parent a46d2f1d39
commit ee80f02a46
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ class ShareByMailProvider implements IShareProvider {
$this->logger->error('Failed to send share by mail: ' . $e->getMessage());
$this->removeShareFromTable($shareId);
throw new HintException('Failed to send share by mail',
$this->l->t('Failed to send share by E-mail'));
$this->l->t('Failed to send share by email'));
}
return $shareId;