Skip to content

Commit

Permalink
fix issue jitsi#59
Browse files Browse the repository at this point in the history
  • Loading branch information
은태환 authored and 은태환 committed Nov 23, 2020
1 parent 50b786a commit 1593752
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lang/main-ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -829,8 +829,8 @@
"videomute": "카메라 켜기/끄기",
"startvideoblur": "배경 흐리게",
"stopvideoblur": "배경 흐리게 취소",
"whiteboardClose": "판서 열기",
"whiteboardOpen": "판서 닫기"
"whiteboardClose": "판서 닫기",
"whiteboardOpen": "판서 열기"
},
"transcribing": {
"ccButtonTooltip": "자막 시작 / 중지",
Expand Down
4 changes: 2 additions & 2 deletions react/features/etherpad/components/SharedDocumentButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ type Props = AbstractButtonProps & {
class SharedDocumentButton extends AbstractButton<Props, *> {
accessibilityLabel = 'toolbar.accessibilityLabel.toggleWhiteboard';
icon = IconEdit;
label = 'toolbar.whiteboardClose';
toggledLabel = 'toolbar.whiteboardOpen';
label = 'toolbar.whiteboardOpen';
toggledLabel = 'toolbar.whiteboardClose';

/**
* Handles clicking / pressing the button, and opens / closes the appropriate dialog.
Expand Down

0 comments on commit 1593752

Please sign in to comment.