Fix year in imprint
This commit is contained in:
parent
4c4f50bd85
commit
dd57fe1b4d
@ -101,7 +101,7 @@ Item {
|
|||||||
Layout.rightMargin: app.margins
|
Layout.rightMargin: app.margins
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
font.bold: true
|
font.bold: true
|
||||||
text: "Copyright (C) 2020 nymea GmbH"
|
text: "Copyright (C) %1 nymea GmbH".arg(new Date().getFullYear())
|
||||||
}
|
}
|
||||||
|
|
||||||
Label {
|
Label {
|
||||||
|
|||||||
Reference in New Issue
Block a user