Various grammar fixes (mostly removing commas)

This commit is contained in:
Loren Burkholder 2022-09-30 00:23:39 -04:00
parent e78d107558
commit df834ffc48
13 changed files with 18 additions and 18 deletions

View file

@ -49,7 +49,7 @@ FallbackAuth::FallbackAuth(const QString &authType, const QString &session, QWid
font.setPointSizeF(font.pointSizeF() * conf::modals::LABEL_MEDIUM_SIZE_RATIO);
auto label = new QLabel(
tr("Open the fallback, follow the steps and confirm after completing them."), this);
tr("Open the fallback, follow the steps, and confirm after completing them."), this);
label->setFont(font);
layout->addWidget(label);