forked from External/greenlight
master #1
|
@ -86,7 +86,7 @@
|
||||||
<% if user_recordings %>
|
<% if user_recordings %>
|
||||||
<%= t("recording.no_user_recordings") %>
|
<%= t("recording.no_user_recordings") %>
|
||||||
<% else %>
|
<% else %>
|
||||||
<%= only_public ? t("recording.no_public_recordings") : t("recording.no_recordings") %>
|
<%= only_public ? t("recording.no_public_recordings") : t("recording.no_recordings", inject: "") %>
|
||||||
<% end %>
|
<% end %>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Reference in New Issue