Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix typo dose -> does
  • Loading branch information
jefersonf committed Oct 30, 2021
commit 5eb25f628dcaed93b032ba079e5262fed92de9ed
2 changes: 1 addition & 1 deletion locale/en-us/script.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ DIAG_UNDEFINED_DOC_NAME = 'Undefined type or alias `{}`.'
DIAG_UNDEFINED_DOC_PARAM = 'Undefined param `{}`.'
DIAG_UNKNOWN_DIAG_CODE = 'Unknown diagnostic code `{}`.'

MWS_NOT_SUPPORT = '{} dose not support multi workspace for now, I may need to restart to support the new workspace ...'
MWS_NOT_SUPPORT = '{} does not support multi workspace for now, I may need to restart to support the new workspace ...'
MWS_RESTART = 'Restart'
MWS_NOT_COMPLETE = 'Workspace is not complete yet. You may try again later...'
MWS_COMPLETE = 'Workspace is complete now. You may try again...'
Expand Down