diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 836b48b3fb..34c3494371 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -4941,7 +4941,7 @@ bool Application::askToSetAvatarUrl(const QString& url) { modelLicense = simpleWordWrap(modelLicense, MAX_CHARACTERS_PER_LINE); agreeToLicence = QMessageBox::Yes == OffscreenUi::question("Avatar Usage License", - modelLicense + "\nDo you argee to these terms?", + modelLicense + "\nDo you agree to these terms?", QMessageBox::Yes | QMessageBox::No, QMessageBox::Yes); }