Skip to content

Commit

Permalink
chore: fix typos (#8789)
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmFly committed Nov 12, 2024
1 parent a8d664a commit 68573aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import * as style from './style.css';
type WorkspaceStatus =
| 'local'
| 'syncCloud'
| 'syncDocker'
| 'selfHosted'
| 'joinedWorkspace'
| 'availableOffline'
Expand Down Expand Up @@ -60,10 +59,6 @@ const getLabelMap = (t: ReturnType<typeof useI18n>): LabelMap => ({
value: t['com.affine.settings.workspace.state.sync-affine-cloud'](),
background: 'var(--affine-tag-blue)',
},
syncDocker: {
value: t['com.affine.settings.workspace.state.sync-affine-docker'](),
background: 'var(--affine-tag-green)',
},
selfHosted: {
value: t['com.affine.settings.workspace.state.self-hosted'](),
background: 'var(--affine-tag-purple)',
Expand Down
3 changes: 1 addition & 2 deletions packages/frontend/i18n/src/resources/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,7 @@
"com.affine.settings.workspace.experimental-features.enable-emoji-folder-icon.name": "Emoji Folder Icon",
"com.affine.settings.workspace.experimental-features.enable-emoji-folder-icon.description": "Once enabled, you can use an emoji as the folder icon. When the first character of the folder name is an emoji, it will be extracted and used as its icon.",
"com.affine.settings.workspace.experimental-features.enable-emoji-doc-icon.name": "Emoji Doc Icon",
"com.affine.settings.workspace.experimental-features.enable-emoji-doc-icon.description": "Once enabled, you can use an emoji as the page icon. When the first character of the folder name is an emoji, it will be extracted and used as its icon.",
"com.affine.settings.workspace.experimental-features.enable-emoji-doc-icon.description": "Once enabled, you can use an emoji as the doc icon. When the first character of the doc name is an emoji, it will be extracted and used as its icon.",
"com.affine.settings.workspace.experimental-features.enable-editor-settings.name": "Editor Settings",
"com.affine.settings.workspace.experimental-features.enable-editor-settings.description": "Enables editor settings.",
"com.affine.settings.workspace.experimental-features.enable-offline-mode.name": "Offline Mode",
Expand All @@ -1236,7 +1236,6 @@
"com.affine.settings.workspace.preferences": "Preference",
"com.affine.settings.workspace.state.local": "Local",
"com.affine.settings.workspace.state.sync-affine-cloud": "Sync with AFFiNE Cloud",
"com.affine.settings.workspace.state.sync-affine-docker": "Sync with AFFiNE Docker",
"com.affine.settings.workspace.state.self-hosted": "Self-Hosted Server",
"com.affine.settings.workspace.state.joined": "Joined Workspace",
"com.affine.settings.workspace.state.available-offline": "Available Offline",
Expand Down

0 comments on commit 68573aa

Please sign in to comment.