From 92d6c285c44e188efa549027fbffcf020ae3e5ae Mon Sep 17 00:00:00 2001 From: Ahmad Farhat Date: Wed, 7 Oct 2020 13:32:11 -0400 Subject: [PATCH] Removed public from public room recordings (#2169) --- app/views/shared/_sessions.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/_sessions.html.erb b/app/views/shared/_sessions.html.erb index 22c1fa0e..cba1fb27 100644 --- a/app/views/shared/_sessions.html.erb +++ b/app/views/shared/_sessions.html.erb @@ -16,7 +16,7 @@
- <%= render "shared/components/subtitle", subtitle: (only_public ? t("recording.visibility.public") + " " : "") + title, search: true %> + <%= render "shared/components/subtitle", subtitle: title, search: true %>