Fix filter on notes theme, fix #713

This commit is contained in:
Pieter Vander Vennet 2022-03-29 21:24:44 +02:00
parent b9a318967d
commit d0abf14806
2 changed files with 18 additions and 13 deletions

View file

@ -3748,21 +3748,21 @@
"2": {
"options": {
"0": {
"question": "Opened by {search}"
"question": "Opened by contributor {search}"
}
}
},
"3": {
"options": {
"0": {
"question": "<b>Not</b> opened by {search}"
"question": "<b>Not</b> opened by contributor {search}"
}
}
},
"4": {
"options": {
"0": {
"question": "Opened before {search}"
"question": "Last edited by contributor {search}"
}
}
},
@ -3776,21 +3776,21 @@
"6": {
"options": {
"0": {
"question": "Opened by anonymous user"
"question": "Created before {search}"
}
}
},
"7": {
"options": {
"0": {
"question": "Only show open notes"
"question": "Created after {search}"
}
}
},
"8": {
"options": {
"0": {
"question": "Hide import notes"
"question": "Only show notes opened by an anonymous contributor"
}
}
},