Skip to content

Commit 5cccb28

Browse files
committed
make quotes consistent
1 parent 9be3ce9 commit 5cccb28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SlashCommands.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,7 +1045,7 @@ export const Commands = [
10451045
}),
10461046
new Command({
10471047
command: "holdcall",
1048-
description: _td('Places the call in the current room on hold'),
1048+
description: _td("Places the call in the current room on hold"),
10491049
category: CommandCategories.other,
10501050
runFn: function(roomId, args) {
10511051
const call = CallHandler.sharedInstance().getCallForRoom(roomId);
@@ -1058,7 +1058,7 @@ export const Commands = [
10581058
}),
10591059
new Command({
10601060
command: "unholdcall",
1061-
description: _td('Takes the call in the current room off hold'),
1061+
description: _td("Takes the call in the current room off hold"),
10621062
category: CommandCategories.other,
10631063
runFn: function(roomId, args) {
10641064
const call = CallHandler.sharedInstance().getCallForRoom(roomId);

0 commit comments

Comments
 (0)