Skip to content

Commit

Permalink
feat: use explicit icon labels
Browse files Browse the repository at this point in the history
  • Loading branch information
orgrimarr authored and vraravam committed Feb 14, 2024
1 parent ac1eea9 commit d5794b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/features/workspaces/components/EditWorkspaceForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const messages = defineMessages({
},
iconUrl: {
id: 'settings.workspace.form.iconUrl',
defaultMessage: 'Icon',
defaultMessage: 'Workspace icon url',
},
yourWorkspaces: {
id: 'settings.workspace.form.yourWorkspaces',
Expand Down
4 changes: 2 additions & 2 deletions src/i18n/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@
"settings.workspace.add.form.submitButton": "Create workspace",
"settings.workspace.form.buttonDelete": "Delete workspace",
"settings.workspace.form.buttonSave": "Save workspace",
"settings.workspace.form.iconUrl": "Icon",
"settings.workspace.form.iconUrl": "Workspace icon url",
"settings.workspace.form.keepLoaded": "Keep this workspace loaded*",
"settings.workspace.form.keepLoadedInfo": "*This option will be overwritten by the global \"Keep all workspaces loaded\" option.",
"settings.workspace.form.name": "Name",
Expand Down Expand Up @@ -501,4 +501,4 @@
"workspaceDrawer.workspaceFeatureInfo": "<p>Ferdium 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>",
"workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
"workspaces.switchingIndicator.switchingTo": "Switching to"
}
}
2 changes: 1 addition & 1 deletion src/i18n/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@
"settings.workspace.add.form.submitButton": "Créer l'espace de travail",
"settings.workspace.form.buttonDelete": "Effacer l'espace de travail",
"settings.workspace.form.buttonSave": "Sauvegarder l'espace de travail",
"settings.workspace.form.iconUrl": "Icône",
"settings.workspace.form.iconUrl": "Url de l'icône de l'espace de travail",
"settings.workspace.form.keepLoaded": "Garder cet espace de travail chargé*",
"settings.workspace.form.keepLoadedInfo": "*Cette option va être écrasée par l'option globale « Garder cette espace de travail chargé ».",
"settings.workspace.form.name": "Nom",
Expand Down

0 comments on commit d5794b3

Please sign in to comment.