Skip to content

Commit

Permalink
feat: lang fix
Browse files Browse the repository at this point in the history
  • Loading branch information
조현욱[SW교육플랫폼개발] committed Feb 29, 2024
1 parent e7c3c23 commit 54deb0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/components/workspace.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class Workspace extends Component<IProps> {
this.hideModalProgress();
});
addEventListener('beforeSaveSoundBuffer', () => {
this.showModalProgress('progress', RendererUtils.getLang('saving_msg'));
this.showModalProgress('progress', RendererUtils.getLang('Workspace.saving_msg'));
});
addEventListener(
'saveSoundBuffer',
Expand Down Expand Up @@ -230,7 +230,7 @@ class Workspace extends Component<IProps> {
callback: Function
) {
try {
this.showModalProgress('progress', RendererUtils.getLang('saving_msg'), '', {
this.showModalProgress('progress', RendererUtils.getLang('Workspace.saving_msg'), '', {
width: 220,
});
// INFO: 용량제한 렌더링 파트에서 선작업
Expand Down

0 comments on commit 54deb0f

Please sign in to comment.