forked from External/greenlight
Add recording count to room delete (#501)
This commit is contained in:
parent
91760d284b
commit
f6dd3d34eb
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="card-footer">
|
<div class="card-footer">
|
||||||
<p><%= t("modal.delete_room.warning").html_safe %></p>
|
<p><%= t("modal.delete_room.warning", recordings_num: room.recordings.length).html_safe %> </p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -182,7 +182,7 @@ en:
|
||||||
confirm: Are you sure you want to delete %{room}?
|
confirm: Are you sure you want to delete %{room}?
|
||||||
delete: I'm sure, delete this room.
|
delete: I'm sure, delete this room.
|
||||||
keep: On second thought, I'll keep it.
|
keep: On second thought, I'll keep it.
|
||||||
warning: You will <b>not</b> be able to recover this room or any of its associated recordings.
|
warning: You will <b>not</b> be able to recover this room or any of its %{recordings_num} associated recordings.
|
||||||
login:
|
login:
|
||||||
or: or
|
or: or
|
||||||
with: Sign in with %{provider}
|
with: Sign in with %{provider}
|
||||||
|
|
Loading…
Reference in New Issue