Skip to content

Commit

Permalink
feat: remove "new" icons on date configuration settings (openedx#2248)
Browse files Browse the repository at this point in the history
* feat: remove "new" feature tags and related SCSS

* chore: build static files

* chore: update translations

* chore: bump versions to 6.14.0
  • Loading branch information
nsprenkle authored Nov 13, 2024
1 parent 979d3f2 commit b373959
Show file tree
Hide file tree
Showing 29 changed files with 724 additions and 787 deletions.
2 changes: 1 addition & 1 deletion openassessment/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Initialization Information for Open Assessment Module
"""

__version__ = '6.13.0'
__version__ = '6.14.0'
30 changes: 13 additions & 17 deletions openassessment/conf/locale/en/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: edx-ora2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-31 13:50+1030\n"
"POT-Creation-Date: 2024-11-13 17:55-0500\n"
"PO-Revision-Date: 2014-06-04 15:41-0400\n"
"Last-Translator: Muhammad Ayub khan <[email protected]>\n"
"Language-Team: openedx-translation <[email protected]>\n"
Expand Down Expand Up @@ -422,11 +422,11 @@ msgstr ""
msgid "Schedule"
msgstr ""

#: templates/legacy/edit/oa_edit_header_and_validation.html:31
#: templates/legacy/edit/oa_edit_header_and_validation.html:29
msgid "Assessment steps"
msgstr ""

#: templates/legacy/edit/oa_edit_header_and_validation.html:38
#: templates/legacy/edit/oa_edit_header_and_validation.html:36
msgid "Settings"
msgstr ""

Expand Down Expand Up @@ -615,47 +615,43 @@ msgstr ""
msgid "Select a deadline configuration option"
msgstr ""

#: templates/legacy/edit/oa_edit_schedule.html:13
msgid " NEW"
msgstr ""

#: templates/legacy/edit/oa_edit_schedule.html:19
#: templates/legacy/edit/oa_edit_schedule.html:14
msgid "Configure deadlines manually"
msgstr ""

#: templates/legacy/edit/oa_edit_schedule.html:23
#: templates/legacy/edit/oa_edit_schedule.html:18
msgid "Match deadlines to the subsection due date"
msgstr ""

#: templates/legacy/edit/oa_edit_schedule.html:27
#: templates/legacy/edit/oa_edit_schedule.html:22
msgid "Match deadlines to the course end date"
msgstr ""

#: templates/legacy/edit/oa_edit_schedule.html:30
#: templates/legacy/edit/oa_edit_schedule.html:25
msgid "Learn more about open response date settings"
msgstr ""

#: templates/legacy/edit/oa_edit_schedule.html:40
#: templates/legacy/edit/oa_edit_schedule.html:35
msgid "Response Start Date"
msgstr ""

#: templates/legacy/edit/oa_edit_schedule.html:53
#: templates/legacy/edit/oa_edit_schedule.html:48
msgid "Response Start Time"
msgstr ""

#: templates/legacy/edit/oa_edit_schedule.html:62
#: templates/legacy/edit/oa_edit_schedule.html:57
msgid "The date and time when learners can begin submitting responses."
msgstr ""

#: templates/legacy/edit/oa_edit_schedule.html:70
#: templates/legacy/edit/oa_edit_schedule.html:65
msgid "Response Due Date"
msgstr ""

#: templates/legacy/edit/oa_edit_schedule.html:83
#: templates/legacy/edit/oa_edit_schedule.html:78
msgid "Response Due Time"
msgstr ""

#: templates/legacy/edit/oa_edit_schedule.html:92
#: templates/legacy/edit/oa_edit_schedule.html:87
msgid "The date and time when learners can no longer submit responses."
msgstr ""

Expand Down
Loading

0 comments on commit b373959

Please sign in to comment.