You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
style={Object.assign({left: delta},isDragging ? {width: 600,marginLeft: -200} : {})}// This hack is required as resizing with webviews beneath behaves quite bad
Copy file name to clipboardexpand all lines: src/i18n/locales/en-US.json
+4-2
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@
93
93
"menu.services.addNewService": "Add New Service...",
94
94
"menu.services.setNextServiceActive": "Activate next service",
95
95
"menu.todos": "Todos",
96
-
"menu.todos.enableTodos": "!!!Enable Todos",
96
+
"menu.todos.enableTodos": "Enable Todos",
97
97
"menu.view": "View",
98
98
"menu.view.enterFullScreen": "Enter Full Screen",
99
99
"menu.view.exitFullScreen": "Exit Full Screen",
@@ -329,8 +329,10 @@
329
329
"settings.workspaces.workspaceFeatureInfo": "Franz 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.",
330
330
"settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
"workspaceDrawer.workspaceFeatureInfo": "<p>Franz Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>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.</p>",
0 commit comments