diff --git a/interface/resources/qml/hifi/dialogs/TabletAboutDialog.qml b/interface/resources/qml/hifi/dialogs/TabletAboutDialog.qml index 821879139b..2be66442ce 100644 --- a/interface/resources/qml/hifi/dialogs/TabletAboutDialog.qml +++ b/interface/resources/qml/hifi/dialogs/TabletAboutDialog.qml @@ -45,7 +45,7 @@ Rectangle { } Item { height: 10; width: 1 } RalewayRegular { - text: "An open-source virtual reality platform." + text: "An open source virtual reality platform." size: 20 color: "white" } @@ -116,12 +116,12 @@ Rectangle { Item { height: 20; width: 1 } RalewayRegular { color: "white" - text: "© 2019 - 2020 Project Athena Contributors" + text: "© 2019 - 2020 Project Athena Contributors." size: 14 } RalewayRegular { color: "white" - text: "© 2012 - 2019 High Fidelity, Inc.. All rights reserved." + text: "© 2012 - 2019 High Fidelity, Inc. All rights reserved." size: 14 } RalewayRegular {