fix(ui): change spelling for sharing
This commit is contained in:
parent
25522f63ca
commit
ab81546a99
2 changed files with 1 additions and 2 deletions
|
|
@ -72,7 +72,6 @@ function WebPlayer(props: any) {
|
|||
WebPlayerInst.jump(parseInt(jumpToTime));
|
||||
}
|
||||
if (freeze) {
|
||||
console.log(freeze)
|
||||
WebPlayerInst.freeze()
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -258,7 +258,7 @@ function CreateNote({
|
|||
<div className="flex flex-col">
|
||||
<div className="flex items-center cursor-pointer" onClick={() => setTeams(!useTeams)}>
|
||||
<Checkbox checked={useTeams} />
|
||||
<span className="ml-1 mr-3"> Send to teams? </span>
|
||||
<span className="ml-1 mr-3"> Send to MSTeams? </span>
|
||||
</div>
|
||||
|
||||
{useTeams && (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue