diff --git a/src/html/stream.html.erb b/src/html/stream.html.erb index 5170446d9..9c690a049 100644 --- a/src/html/stream.html.erb +++ b/src/html/stream.html.erb @@ -1,7 +1,13 @@ - <%= t(locale, "TheNobleQuran") %> + + <% if locale == "ar" %> + <%= surah.name %> :<%= t(locale, "TheNobleQuran") %> + <% else> + <%= t(locale, "TheNobleQuran") %>: <%= surah.name %> + <% end %> + <%= inline_css('/css/vendor/postman.css') %>