Commit 572a27e0 by Mushtaq Ali Committed by muzaffaryousaf

Change transcript status text - EDUCATOR-1324

parent adb1cbd7
......@@ -109,7 +109,7 @@ class StatusDisplayStrings(object):
# Translators: This is the status for a video that is having its transcription in progress on servers
_TRANSCRIPTION_IN_PROGRESS = ugettext_noop("Transcription in Progress")
# Translators: This is the status for a video whose transcription is complete
_TRANSCRIPTION_READY = ugettext_noop("Transcription Ready")
_TRANSCRIPT_READY = ugettext_noop("Transcript Ready")
_STATUS_MAP = {
"upload": _UPLOADING,
......@@ -129,7 +129,7 @@ class StatusDisplayStrings(object):
"invalid_token": _INVALID_TOKEN,
"imported": _IMPORTED,
"transcription_in_progress": _TRANSCRIPTION_IN_PROGRESS,
"transcription_ready": _TRANSCRIPTION_READY,
"transcription_ready": _TRANSCRIPT_READY,
}
@staticmethod
......
......@@ -98,7 +98,6 @@ git+https://github.com/edx/edx-user-state-client.git@1.0.1#egg=edx-user-state-cl
git+https://github.com/edx/xblock-lti-consumer.git@v1.1.5#egg=lti_consumer-xblock==1.1.5
git+https://github.com/edx/edx-proctoring.git@1.2.1#egg=edx-proctoring==1.2.1
git+https://github.com/edx/edx-ace.git@v0.1.1#egg=edx-ace==0.1.1
git+https://github.com/edx/edx-val.git@mrehan/val-transcripts-backend-api#egg=edxval==mrehan/val-transcripts-backend-api
# Third Party XBlocks
git+https://github.com/open-craft/xblock-poll@7ba819b968fe8faddb78bb22e1fe7637005eb414#egg=xblock-poll==1.2.7
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment