mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-17 00:56:39 +00:00
fix(CommunityPermissions): Typos corrected
This commit is contained in:
parent
f6ac937dfd
commit
c23f4e173e
@ -35,7 +35,7 @@ Control {
|
||||
StatusBaseText {
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
text: qsTr("Make this permission hidden from members who don’t meet it’s requirements")
|
||||
text: qsTr("Make this permission hidden from members who don’t meet its requirements")
|
||||
color: Theme.palette.baseColor1
|
||||
font.pixelSize: Style.current.primaryTextFontSize
|
||||
lineHeight: 1.2
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user