File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments