diff --git a/src/gui/sharedialog.cpp b/src/gui/sharedialog.cpp index 5c5e6ff139d..a2bd34a3743 100644 --- a/src/gui/sharedialog.cpp +++ b/src/gui/sharedialog.cpp @@ -172,6 +172,7 @@ void ShareDialog::showSharingUi() if (!canReshare) { auto label = new QLabel(this); label->setText(tr("The file can not be shared because it was shared without sharing permission.")); + label->setWordWrap(true); layout()->replaceWidget(_ui->shareWidgets, label); return; }