Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
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());