Skip to content

Commit

Permalink
Changed share link permission text 'Read only' to 'View only'.
Browse files Browse the repository at this point in the history
Signed-off-by: Camila <[email protected]>
  • Loading branch information
Camila committed Sep 14, 2021
1 parent 61715fa commit 551729b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/sharelinkwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ void ShareLinkWidget::setupUiOptions()

} else {
checked = (perm == SharePermissionRead);
_readOnlyLinkAction = permissionsGroup->addAction(tr("Read only"));
_readOnlyLinkAction = permissionsGroup->addAction(tr("View only"));
_readOnlyLinkAction->setCheckable(true);
_readOnlyLinkAction->setChecked(checked);

Expand Down

0 comments on commit 551729b

Please sign in to comment.