Skip to content

Commit 5310848

Browse files
authored
Merge pull request #1869 from openstax/fix_biglearn_settings
Fixed the Local Query select options in the admin settings page
2 parents 870aa7c + 054a71f commit 5310848

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

config/locales/en.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,29 +38,29 @@ en:
3838
name: 'Biglearn algorithm for calculating Student CLUes'
3939
labels:
4040
SPARFA: biglearn_sparfa
41-
Local Query: biglearn_local_query
41+
Local Query: local_query
4242
biglearn_teacher_clues_algorithm_name:
4343
name: 'Biglearn algorithm for calculating Teacher CLUes'
4444
labels:
4545
SPARFA: biglearn_sparfa
46-
Local Query: biglearn_local_query
46+
Local Query: local_query
4747
biglearn_assignment_spes_algorithm_name:
4848
name: 'Biglearn algorithm for choosing Spaced Practice exercises'
4949
labels:
5050
Student-Driven SPARFA: student_driven_biglearn_sparfa
5151
Instructor-Driven SPARFA: instructor_driven_biglearn_sparfa
52-
Student-Driven Local Query: student_driven_biglearn_local_query
53-
Instructor-Driven Local Query: instructor_driven_biglearn_local_query
52+
Student-Driven Local Query: student_driven_local_query
53+
Instructor-Driven Local Query: instructor_driven_local_query
5454
biglearn_assignment_pes_algorithm_name:
5555
name: 'Biglearn algorithm for choosing Personalized exercises'
5656
labels:
5757
SPARFA: biglearn_sparfa
58-
Local Query: biglearn_local_query
58+
Local Query: local_query
5959
biglearn_practice_worst_areas_algorithm_name:
6060
name: 'Biglearn algorithm for choosing exercises for Practice Worst Topics'
6161
labels:
6262
SPARFA: biglearn_sparfa
63-
Local Query: biglearn_local_query
63+
Local Query: local_query
6464
default_due_time:
6565
name: 'Default task due time'
6666
help_block: 'In the format HH:MM'

0 commit comments

Comments
 (0)