diff options
-rw-r--r-- | accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml b/accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml index b2048827..017bf40a 100644 --- a/accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml +++ b/accounts/kolabnow/package/contents/ui/KolabnowAccountSettings.qml | |||
@@ -25,8 +25,8 @@ import org.kube.accounts.kolabnow 1.0 as KolabnowAccount | |||
25 | Item { | 25 | Item { |
26 | 26 | ||
27 | property string accountId | 27 | property string accountId |
28 | property string heading: "Connect your KolabNOW account" | 28 | property string heading: qsTr("Connect your KolabNOW account") |
29 | property string subheadline: "To let Kube access your account, fill in email address, username, password and give the account a title that will be displayed inside Kube." | 29 | property string subheadline: qsTr("To let Kube access your account, fill in email address, username, password and give the account a title that will be displayed inside Kube.") |
30 | 30 | ||
31 | KolabnowAccount.KolabnowSettings { | 31 | KolabnowAccount.KolabnowSettings { |
32 | id: kolabnowSettings | 32 | id: kolabnowSettings |