mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
ShareLink: translate the send-email string
This commit is contained in:
parent
ad2446b036
commit
62d9f74aa8
@ -539,7 +539,7 @@ void ShareLinkWidget::emailShareLink(const QUrl &url)
|
||||
{
|
||||
QString fileName = _sharePath.mid(_sharePath.lastIndexOf('/') + 1);
|
||||
Utility::openEmailComposer(
|
||||
QString("I shared %1 with you").arg(fileName),
|
||||
tr("I shared %1 with you").arg(fileName),
|
||||
url.toString(),
|
||||
this);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user