mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
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:
parent
7c14a2239a
commit
d3ee90b158
2
lib/amd/build/datafilter.min.js
vendored
2
lib/amd/build/datafilter.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -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
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user