mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-07-21 07:55:25 +02:00
revoke dialog: fix text color
Change-Id: I61bc0ed71d79bdd268d19d7dccadb44350766b26 GitLab: #519
This commit is contained in:
parent
86fbe7d000
commit
d0ae6190bf
2 changed files with 3 additions and 1 deletions
|
@ -426,6 +426,7 @@ Item {
|
||||||
// PasswordDialog
|
// PasswordDialog
|
||||||
property string enterPassword: qsTr("Enter the password")
|
property string enterPassword: qsTr("Enter the password")
|
||||||
property string enterCurrentPassword: qsTr("Enter current 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 enterNewPassword: qsTr("Enter new password")
|
||||||
property string confirmNewPassword: qsTr("Confirm new password")
|
property string confirmNewPassword: qsTr("Confirm new password")
|
||||||
property string change: qsTr("Change")
|
property string change: qsTr("Change")
|
||||||
|
|
|
@ -59,7 +59,8 @@ BaseDialog {
|
||||||
Layout.alignment: Qt.AlignHCenter
|
Layout.alignment: Qt.AlignHCenter
|
||||||
Layout.preferredWidth: revokeDeviceContentRect.width - JamiTheme.preferredMarginSize * 2
|
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.pointSize: JamiTheme.textFontSize
|
||||||
font.kerning: true
|
font.kerning: true
|
||||||
wrapMode: Text.Wrap
|
wrapMode: Text.Wrap
|
||||||
|
|
Loading…
Add table
Reference in a new issue