From f6dd3d34ebe5318051434a51b4a97cfd343e721b Mon Sep 17 00:00:00 2001 From: shawn-higgins1 <23224097+shawn-higgins1@users.noreply.github.com> Date: Tue, 7 May 2019 09:07:16 -0400 Subject: [PATCH] Add recording count to room delete (#501) --- app/views/shared/modals/_delete_room_modal.html.erb | 2 +- config/locales/en.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/shared/modals/_delete_room_modal.html.erb b/app/views/shared/modals/_delete_room_modal.html.erb index 7aecc1fa..8db78538 100644 --- a/app/views/shared/modals/_delete_room_modal.html.erb +++ b/app/views/shared/modals/_delete_room_modal.html.erb @@ -32,7 +32,7 @@ diff --git a/config/locales/en.yml b/config/locales/en.yml index 16af028b..3e9da6f8 100755 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -182,7 +182,7 @@ en: confirm: Are you sure you want to delete %{room}? delete: I'm sure, delete this room. keep: On second thought, I'll keep it. - warning: You will not be able to recover this room or any of its associated recordings. + warning: You will not be able to recover this room or any of its %{recordings_num} associated recordings. login: or: or with: Sign in with %{provider}