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