Fix year in imprint

pull/757/head
Michael Zanetti 2022-01-26 12:45:28 +01:00
parent 4c4f50bd85
commit dd57fe1b4d
1 changed files with 1 additions and 1 deletions

View File

@ -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 {