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