fix(CommunityPermissions): Typos corrected

This commit is contained in:
Michał Cieślak 2023-02-16 00:04:24 +01:00 committed by Michał
parent f6ac937dfd
commit c23f4e173e
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ Control {
StatusBaseText {
Layout.fillWidth: true
Layout.fillHeight: true
text: qsTr("Make this permission hidden from members who dont meet its requirements")
text: qsTr("Make this permission hidden from members who dont meet its requirements")
color: Theme.palette.baseColor1
font.pixelSize: Style.current.primaryTextFontSize
lineHeight: 1.2

View File

@ -97,7 +97,7 @@ StatusScrollView {
id: declineAllDialog
header.title: qsTr("Sure you want to delete permission")
confirmationText: qsTr("If you delete this permission, any of your community members who rely on this permission will loose the access this permission gives them.")
confirmationText: qsTr("If you delete this permission, any of your community members who rely on this permission will lose the access this permission gives them.")
onConfirmButtonClicked: {
root.removePermissionRequested(d.permissionIndexToRemove)