Removed mention of sample project from welcome screen (#1664)

main
Alex Peterson 5 years ago committed by GitHub
parent f2242f1ed5
commit f492949626
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -92,8 +92,7 @@ namespace O3DE::ProjectManager
QLabel* introLabel = new QLabel(this);
introLabel->setObjectName("introLabel");
introLabel->setText(tr("Welcome to O3DE! Start something new by creating a project. Not sure what to create? \nExplore what's "
"available by downloading our sample project."));
introLabel->setText(tr("Welcome to O3DE! Start something new by creating a project."));
layout->addWidget(introLabel);
QHBoxLayout* buttonLayout = new QHBoxLayout();

Loading…
Cancel
Save