Commit 17e87f87 by Mushtaq Ali Committed by muzaffaryousaf

Change transcript status text - EDUCATOR-1324

parent 9d156c04
...@@ -109,7 +109,7 @@ class StatusDisplayStrings(object): ...@@ -109,7 +109,7 @@ class StatusDisplayStrings(object):
# Translators: This is the status for a video that is having its transcription in progress on servers # 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") _TRANSCRIPTION_IN_PROGRESS = ugettext_noop("Transcription in Progress")
# Translators: This is the status for a video whose transcription is complete # 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 = { _STATUS_MAP = {
"upload": _UPLOADING, "upload": _UPLOADING,
...@@ -129,7 +129,7 @@ class StatusDisplayStrings(object): ...@@ -129,7 +129,7 @@ class StatusDisplayStrings(object):
"invalid_token": _INVALID_TOKEN, "invalid_token": _INVALID_TOKEN,
"imported": _IMPORTED, "imported": _IMPORTED,
"transcription_in_progress": _TRANSCRIPTION_IN_PROGRESS, "transcription_in_progress": _TRANSCRIPTION_IN_PROGRESS,
"transcription_ready": _TRANSCRIPTION_READY, "transcription_ready": _TRANSCRIPT_READY,
} }
@staticmethod @staticmethod
......
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