Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KLDAP
Commits
e0f59be4
Commit
e0f59be4
authored
Jul 27, 2021
by
Luigi Toscano
Browse files
Fix typo: "authentication"
parent
7b455c99
Pipeline
#72129
passed with stage
in 3 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/widgets/ldapconfigwidget.cpp
View file @
e0f59be4
...
...
@@ -239,7 +239,7 @@ void LdapConfigWidget::Private::initWidget()
mSASL
=
new
QRadioButton
(
i18nc
(
"@option:radio SASL authentication"
,
"SASL"
),
authbox
);
mSASL
->
setObjectName
(
QStringLiteral
(
"kcfg_ldapsasl"
));
hbox
->
addWidget
(
mSASL
);
mainLayout
->
addRow
(
i18n
(
"Authenti
fi
cation:"
),
authbox
);
mainLayout
->
addRow
(
i18n
(
"Authentication:"
),
authbox
);
hbox
=
new
QHBoxLayout
;
mMech
=
new
QComboBox
(
mParent
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment