Made intial startup screen text more exciting! (#1743)

This commit is contained in:
AMZN-nggieber
2021-07-01 21:41:39 -07:00
committed by GitHub
parent 58a97d192b
commit e6cb13f14f
@@ -86,7 +86,7 @@ namespace O3DE::ProjectManager
layout->setAlignment(Qt::AlignTop);
frame->setLayout(layout);
QLabel* titleLabel = new QLabel(tr("Ready. Set. Create."), this);
QLabel* titleLabel = new QLabel(tr("Ready? Set. Create!"), this);
titleLabel->setObjectName("titleLabel");
layout->addWidget(titleLabel);