--- a/cms/app-client/app/templates/components/transcript-component.hbs Tue Oct 18 20:39:34 2016 +0530
+++ b/cms/app-client/app/templates/components/transcript-component.hbs Thu Oct 20 12:54:07 2016 +0530
@@ -1,7 +1,7 @@
<h2>
- {{player.transcript.title.original}}
+ <span class="original">{{player.transcript.title.original}}</span>
{{#if player.transcript.title.translation}}
- <span>{{player.transcript.title.translation}}</span>
+ <span class="translation">{{player.transcript.title.translation}}</span>
{{/if}}
</h2>