Replace old Developer Preview release name with Stable 21.11 (#5759)

Signed-off-by: Danilo Aimini <82231674+AMZN-daimini@users.noreply.github.com>
This commit is contained in:
Danilo Aimini
2021-11-18 14:16:56 -08:00
committed by GitHub
parent 76d2e125c2
commit e8576acbb0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3834,7 +3834,7 @@ void CCryEditApp::SetEditorWindowTitle(QString sTitleStr, QString sPreTitleStr,
{
if (sTitleStr.isEmpty())
{
sTitleStr = QObject::tr("O3DE Editor [Developer Preview]");
sTitleStr = QObject::tr("O3DE Editor [Stable 21.11]");
}
if (!sPreTitleStr.isEmpty())