correct i18n translation issue with DA
fixes CNVS-21995 Change-Id: I0e30cbf1508fdbe2a06e3b75f52146ea22c4234a Reviewed-on: https://gerrit.instructure.com/61058 Tested-by: Jenkins Reviewed-by: Ryan Taylor <rtaylor@instructure.com> QA-Review: Adam Stone <astone@instructure.com> Product-Review: Dana Danger <dana@instructure.com>
This commit is contained in:
parent
87ee1d2925
commit
c6d3546002
|
@ -33,7 +33,7 @@ end
|
|||
Feature.register('differentiated_assignments' =>
|
||||
{
|
||||
display_name: -> { I18n.t('features.differentiated_assignments', 'Differentiated Assignments') },
|
||||
description: -> { I18n.t('differentiated_assignments_description', <<-END) },
|
||||
description: -> { I18n.t('features.differentiated_assignments_description', <<-END) },
|
||||
Differentiated Assignments is a feature that enables choosing which section(s) or individual student(s) an assignment applies to.
|
||||
Sections that are not given an assignment will not see it in their course content and their final grade will be
|
||||
calculated without those points.
|
||||
|
|
Loading…
Reference in New Issue