make quotes consistent

pull/21833/head
David Baker 2020-11-05 09:49:14 +00:00
parent 9be3ce928f
commit 5cccb2848e
1 changed files with 2 additions and 2 deletions

View File

@ -1045,7 +1045,7 @@ export const Commands = [
}),
new Command({
command: "holdcall",
description: _td('Places the call in the current room on hold'),
description: _td("Places the call in the current room on hold"),
category: CommandCategories.other,
runFn: function(roomId, args) {
const call = CallHandler.sharedInstance().getCallForRoom(roomId);
@ -1058,7 +1058,7 @@ export const Commands = [
}),
new Command({
command: "unholdcall",
description: _td('Takes the call in the current room off hold'),
description: _td("Takes the call in the current room off hold"),
category: CommandCategories.other,
runFn: function(roomId, args) {
const call = CallHandler.sharedInstance().getCallForRoom(roomId);