Minor text tweak

This commit is contained in:
Zach Fox 2017-10-13 13:37:11 -07:00
parent 17a0dd2a76
commit 6b7c997a4c

View file

@ -679,7 +679,7 @@ Item {
anchors.right: parent.right;
anchors.rightMargin: 30;
height: 40;
text: "Open Instructions for Later";
text: "Open Backup Instructions for Later";
onClicked: {
instructions01Container.visible = false;
instructions02Container.visible = true;