mirror of
https://github.com/moodle/moodle.git
synced 2025-04-16 14:02:32 +02:00
Merge branch 'MDL-82360' of https://github.com/paulholden/moodle
This commit is contained in:
commit
2b3ff1633f
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -492,7 +492,7 @@ async function loadErrorStrings(courseId) {
|
||||
{key: 'dndupload', component: 'core_error'},
|
||||
{key: 'dndunkownfile', component: 'core_error'},
|
||||
];
|
||||
window.console.log(allStrings);
|
||||
|
||||
const loadedStrings = await getStrings(allStrings);
|
||||
allStrings.forEach(({key}, index) => {
|
||||
errors[key] = loadedStrings[index];
|
||||
|
Loading…
x
Reference in New Issue
Block a user