l10n change
See https://www.transifex.com/nextcloud/nextcloud/translate/#nb_NO/sharebymail/108178153
This commit is contained in:
parent
a46d2f1d39
commit
ee80f02a46
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue