Commit 8482143c authored by Fabio Pitino's avatar Fabio Pitino

Merge branch 'bvl-fix-typo' into 'master'

Fix a typo in WikiPages::UpdateService messaging

See merge request gitlab-org/gitlab!41776
parents 461fac46 232cac01
......@@ -11,7 +11,7 @@ module WikiPages
ServiceResponse.success(payload: { page: page })
else
ServiceResponse.error(
message: _('Could not udpdate wiki page'),
message: _('Could not update wiki page'),
payload: { page: page }
)
end
......
......@@ -7108,10 +7108,10 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
msgid "Could not udpdate wiki page"
msgid "Could not update the LDAP settings"
msgstr ""
msgid "Could not update the LDAP settings"
msgid "Could not update wiki page"
msgstr ""
msgid "Could not upload your designs as one or more files uploaded are not supported."
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment