Change leave room button text, OK -> Leave
Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
parent
9976c4eba5
commit
41bd6e4366
1 changed files with 1 additions and 0 deletions
|
@ -1034,6 +1034,7 @@ export default React.createClass({
|
||||||
{ warnings }
|
{ warnings }
|
||||||
</span>
|
</span>
|
||||||
),
|
),
|
||||||
|
button: _t("Leave"),
|
||||||
onFinished: (shouldLeave) => {
|
onFinished: (shouldLeave) => {
|
||||||
if (shouldLeave) {
|
if (shouldLeave) {
|
||||||
const d = MatrixClientPeg.get().leave(roomId);
|
const d = MatrixClientPeg.get().leave(roomId);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue