aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/workspaces/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/workspaces/components')
-rw-r--r--src/features/workspaces/components/WorkspaceDrawerItem.js8
-rw-r--r--src/features/workspaces/components/WorkspacesDashboard.js3
2 files changed, 5 insertions, 6 deletions
diff --git a/src/features/workspaces/components/WorkspaceDrawerItem.js b/src/features/workspaces/components/WorkspaceDrawerItem.js
index 237f9488b..d3c9fa767 100644
--- a/src/features/workspaces/components/WorkspaceDrawerItem.js
+++ b/src/features/workspaces/components/WorkspaceDrawerItem.js
@@ -118,14 +118,12 @@ class WorkspaceDrawerItem extends Component {
118 isActive ? classes.isActiveItem : null, 118 isActive ? classes.isActiveItem : null,
119 ])} 119 ])}
120 onClick={onClick} 120 onClick={onClick}
121 onContextMenu={() => 121 onContextMenu={() => onContextMenuEditClick && contextMenu.popup()}
122 onContextMenuEditClick && contextMenu.popup()
123 }
124 data-tip={`${ 122 data-tip={`${
125 shortcutIndex <= 9 123 shortcutIndex <= 9
126 ? `(${cmdOrCtrlShortcutKey(false)}+${altKey( 124 ? `(${cmdOrCtrlShortcutKey(false)}+${altKey(
127 false, 125 false,
128 )}+${shortcutIndex})` 126 )}+${shortcutIndex})`
129 : '' 127 : ''
130 }`} 128 }`}
131 > 129 >
diff --git a/src/features/workspaces/components/WorkspacesDashboard.js b/src/features/workspaces/components/WorkspacesDashboard.js
index 78b758e7d..8ab9174d3 100644
--- a/src/features/workspaces/components/WorkspacesDashboard.js
+++ b/src/features/workspaces/components/WorkspacesDashboard.js
@@ -40,7 +40,8 @@ const messages = defineMessages({
40 }, 40 },
41 workspaceFeatureInfo: { 41 workspaceFeatureInfo: {
42 id: 'settings.workspaces.workspaceFeatureInfo', 42 id: 'settings.workspaces.workspaceFeatureInfo',
43 defaultMessage: 'Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time. You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.', 43 defaultMessage:
44 'Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time. You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.',
44 }, 45 },
45 workspaceFeatureHeadline: { 46 workspaceFeatureHeadline: {
46 id: 'settings.workspaces.workspaceFeatureHeadline', 47 id: 'settings.workspaces.workspaceFeatureHeadline',