summary refs log tree commit diff
path: root/src/dialogs/FallbackAuth.cpp
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2022-09-30 00:23:39 -0400
committerLoren Burkholder <computersemiexpert@outlook.com>2022-09-30 00:23:39 -0400
commitdf834ffc4867d55443035a7ae75c9b945c473075 (patch)
treea76417f02455a4953ac5276640e17f32ccec93e3 /src/dialogs/FallbackAuth.cpp
parentAdd link to repo to show where issues go (diff)
downloadnheko-df834ffc4867d55443035a7ae75c9b945c473075.tar.xz
Various grammar fixes (mostly removing commas)
Diffstat (limited to 'src/dialogs/FallbackAuth.cpp')
-rw-r--r--src/dialogs/FallbackAuth.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogs/FallbackAuth.cpp b/src/dialogs/FallbackAuth.cpp

index e85d38c1..5969be0d 100644 --- a/src/dialogs/FallbackAuth.cpp +++ b/src/dialogs/FallbackAuth.cpp
@@ -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);