Skip to content

Commit d5794b3

Browse files
orgrimarrvraravam
authored andcommitted
feat: use explicit icon labels
1 parent ac1eea9 commit d5794b3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/features/workspaces/components/EditWorkspaceForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const messages = defineMessages({
3232
},
3333
iconUrl: {
3434
id: 'settings.workspace.form.iconUrl',
35-
defaultMessage: 'Icon',
35+
defaultMessage: 'Workspace icon url',
3636
},
3737
yourWorkspaces: {
3838
id: 'settings.workspace.form.yourWorkspaces',

src/i18n/locales/en-US.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@
429429
"settings.workspace.add.form.submitButton": "Create workspace",
430430
"settings.workspace.form.buttonDelete": "Delete workspace",
431431
"settings.workspace.form.buttonSave": "Save workspace",
432-
"settings.workspace.form.iconUrl": "Icon",
432+
"settings.workspace.form.iconUrl": "Workspace icon url",
433433
"settings.workspace.form.keepLoaded": "Keep this workspace loaded*",
434434
"settings.workspace.form.keepLoadedInfo": "*This option will be overwritten by the global \"Keep all workspaces loaded\" option.",
435435
"settings.workspace.form.name": "Name",
@@ -501,4 +501,4 @@
501501
"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>",
502502
"workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
503503
"workspaces.switchingIndicator.switchingTo": "Switching to"
504-
}
504+
}

src/i18n/locales/fr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@
424424
"settings.workspace.add.form.submitButton": "Créer l'espace de travail",
425425
"settings.workspace.form.buttonDelete": "Effacer l'espace de travail",
426426
"settings.workspace.form.buttonSave": "Sauvegarder l'espace de travail",
427-
"settings.workspace.form.iconUrl": "Icône",
427+
"settings.workspace.form.iconUrl": "Url de l'icône de l'espace de travail",
428428
"settings.workspace.form.keepLoaded": "Garder cet espace de travail chargé*",
429429
"settings.workspace.form.keepLoadedInfo": "*Cette option va être écrasée par l'option globale « Garder cette espace de travail chargé ».",
430430
"settings.workspace.form.name": "Nom",

0 commit comments

Comments
 (0)