MDL-76388 user: Switch from deprecated string in core_user to core one

This case was left not changed @ MDL-72509, and detected by the
Moodle 4.1 apache logs review @ MDL-76064.

Not much to say, just switch to the core lang string, the other
is deprecated for 4.1 and up.
This commit is contained in:
Eloy Lafuente (stronk7) 2022-11-20 10:46:41 +01:00
parent 7c14a2239a
commit d3ee90b158
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -418,7 +418,7 @@ export default class {
[...Array(maxFilters)].forEach((_, rowIndex) => {
requests.push({
"key": "filterrowlegend",
"component": "core_user",
"component": "core",
// Add 1 since rows begin at 1 (index begins at zero).
"param": rowIndex + 1
});