Fix year in imprint
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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue