i18n: Separate words
authorValdnet <47037905+Valdnet@users.noreply.github.com>
Tue, 4 Apr 2023 08:57:35 +0000 (10:57 +0200)
committerMatthieu Gallien <matthieu_gallien@yahoo.fr>
Fri, 7 Apr 2023 08:35:51 +0000 (10:35 +0200)
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
src/gui/filedetails/sharemodel.cpp

index cee89c6d1b069a3e898e19fe9e2aef64ead11555..df7acb873b98b2b5308888a87f52637019fe036c 100644 (file)
@@ -584,7 +584,7 @@ QString ShareModel::displayStringForShare(const SharePtr &share) const
 
         const auto isSecureFileDropShare = _isSecureFileDropSupportedFolder && linkShare->getPermissions().testFlag(OCC::SharePermission::SharePermissionCreate);
 
-        const auto displayString = isSecureFileDropShare ? tr("Secure filedrop link") : tr("Share link");
+        const auto displayString = isSecureFileDropShare ? tr("Secure file drop link") : tr("Share link");
 
         if (!linkShare->getLabel().isEmpty()) {
             return QStringLiteral("%1 (%2)").arg(displayString, linkShare->getLabel());