mirror of
https://github.com/nextcloud/integration_moodle.git
synced 2025-12-17 21:02:05 +01:00
parent
26c8b672a8
commit
6d58a08904
1 changed files with 2 additions and 2 deletions
|
|
@ -151,7 +151,7 @@ export default {
|
|||
})
|
||||
.catch((error) => {
|
||||
showError(
|
||||
t('integration_moodle', 'Failed to save Moodle options.')
|
||||
t('integration_moodle', 'Failed to save Moodle options')
|
||||
+ ': ' + error.response.request.responseText
|
||||
)
|
||||
})
|
||||
|
|
@ -178,7 +178,7 @@ export default {
|
|||
errorText = ': ' + jsonError.error
|
||||
}
|
||||
showError(
|
||||
t('integration_moodle', 'Failed to authenticate to Moodle.')
|
||||
t('integration_moodle', 'Failed to authenticate to Moodle')
|
||||
+ errorText
|
||||
)
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue