fix(ui): change spelling for sharing

This commit is contained in:
nick-delirium 2023-01-30 12:27:11 +01:00 committed by Taha Yassine Kraiem
parent 25522f63ca
commit ab81546a99
2 changed files with 1 additions and 2 deletions

View file

@ -72,7 +72,6 @@ function WebPlayer(props: any) {
WebPlayerInst.jump(parseInt(jumpToTime));
}
if (freeze) {
console.log(freeze)
WebPlayerInst.freeze()
}

View file

@ -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 && (