Skip to content
Snippets Groups Projects
Unverified Commit d0ae6190 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

revoke dialog: fix text color

Change-Id: I61bc0ed71d79bdd268d19d7dccadb44350766b26
GitLab: #519
parent 86fbe7d0
No related branches found
No related tags found
No related merge requests found
......@@ -426,6 +426,7 @@ Item {
// PasswordDialog
property string enterPassword: qsTr("Enter the password")
property string enterCurrentPassword: qsTr("Enter current password")
property string confirmRemoval: qsTr("Enter this account's password to confirm the removal of this device")
property string enterNewPassword: qsTr("Enter new password")
property string confirmNewPassword: qsTr("Confirm new password")
property string change: qsTr("Change")
......
......@@ -59,7 +59,8 @@ BaseDialog {
Layout.alignment: Qt.AlignHCenter
Layout.preferredWidth: revokeDeviceContentRect.width - JamiTheme.preferredMarginSize * 2
text: qsTr("Enter this account's password to confirm the removal of this device")
color: JamiTheme.textColor
text: JamiStrings.confirmRemoval
font.pointSize: JamiTheme.textFontSize
font.kerning: true
wrapMode: Text.Wrap
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment