Skip to content

Commit

Permalink
Update core/js/setupchecks.js
Browse files Browse the repository at this point in the history
Co-authored-by: MichaIng <micha@dietpi.com>
  • Loading branch information
szaimen and MichaIng authored Mar 7, 2022
1 parent ecb5891 commit d8fbd7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/js/setupchecks.js
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@
messages.push({
msg: t(
'core',
'The PHP extensions gmp or bcmath are not enabled. For Webauthn to work correctly, please enable these extensions.'
'The PHP modules "gmp" and/or "bcmath" are not enabled. If you use WebAuthn passwordless authentication, these modules are required.'
),
type: OC.SetupChecks.MESSAGE_TYPE_INFO
})
Expand Down

0 comments on commit d8fbd7c

Please sign in to comment.