fix: modify workspace type text, fixed #979 (#1034)

This commit is contained in:
Qi
2023-02-15 22:27:39 +08:00
committed by GitHub
parent 8ed62d7692
commit 885e99ddad

View File

@@ -153,7 +153,7 @@ export const GeneralPage = ({ workspace }: { workspace: WorkspaceUnit }) => {
) : (
<StyledWorkspaceInfo>
<CloudWorkspaceIcon />
<span>{t('Available Offline')}</span>
<span>{t('Cloud Workspace')}</span>
</StyledWorkspaceInfo>
)
) : (