master #1

Merged
lino.jorzick merged 203 commits from External/greenlight:master into master 2021-10-02 18:19:43 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d71ec232a2 - Show all commits

View File

@ -86,7 +86,7 @@
<% if user_recordings %>
<%= t("recording.no_user_recordings") %>
<% 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 %>
</td>
</tr>