diff --git a/interface/resources/qml/hifi/dialogs/TabletAboutDialog.qml b/interface/resources/qml/hifi/dialogs/TabletAboutDialog.qml index 92fd86e2b5..bb38fd4360 100644 --- a/interface/resources/qml/hifi/dialogs/TabletAboutDialog.qml +++ b/interface/resources/qml/hifi/dialogs/TabletAboutDialog.qml @@ -34,7 +34,7 @@ Rectangle { anchors.left: parent.left anchors.leftMargin: 0 RalewayRegular { - text: "Interface (Codename Athena)" + text: "Interface" size: 16 color: "white" } @@ -133,7 +133,7 @@ Rectangle { Item { height: 20; width: 1 } RalewayRegular { color: "white" - text: "© 2019-2021 Vircadia contributors." + text: "© 2019 - 2021 Vircadia contributors." size: 14 } RalewayRegular {