Review comments

This commit is contained in:
Kegan Dougal 2017-06-02 11:16:08 +01:00
parent f54c182eb1
commit a8ca7c899f
2 changed files with 2 additions and 3 deletions

View file

@ -687,8 +687,7 @@ module.exports = React.createClass({
title: _t("Leave room"),
description: (
<span>
{_t("Are you sure you want to leave the room ")}
<i>{roomToLeave.name}</i>?
{_t("Are you sure you want to leave the room '%(roomName)s'?", {roomName: roomToLeave.name})}
</span>
),
onFinished: (shouldLeave) => {