diff --git a/src/app/components/pages/Catalog/CatalogLauncher/CatalogLauncherMainCard.tsx b/src/app/components/pages/Catalog/CatalogLauncher/CatalogLauncherMainCard.tsx index 4bbea82b0..864145085 100644 --- a/src/app/components/pages/Catalog/CatalogLauncher/CatalogLauncherMainCard.tsx +++ b/src/app/components/pages/Catalog/CatalogLauncher/CatalogLauncherMainCard.tsx @@ -12,7 +12,7 @@ import { useConstCallback } from "powerhooks"; import { TextField } from "app/components/designSystem/TextField"; import type { TextFieldProps } from "app/components/designSystem/TextField"; import { Tooltip } from "app/components/designSystem/Tooltip"; -import { capitalize } from "app/tools/capitalize"; +import { capitalize } from "app/tools/capitalize"; const { useClassNames } = createUseClassNames()( theme => ({ @@ -126,10 +126,12 @@ export const CatalogLauncherMainCard = memo((props: Props) => { onClick={onRequestCopyLaunchUrl} /> } - + + +
@@ -183,5 +185,6 @@ export declare namespace CatalogLauncherMainCard { launch: undefined 'friendly name': undefined; 'copy url helper text': undefined; + 'save configuration': undefined; }; } \ No newline at end of file diff --git a/src/app/i18n/resources.ts b/src/app/i18n/resources.ts index 90dcf85bf..9b2535e50 100644 --- a/src/app/i18n/resources.ts +++ b/src/app/i18n/resources.ts @@ -314,7 +314,8 @@ export const resources = id>({ "friendly name": "Friendly name", "launch": "Launch", "cancel": "Cancel", - "copy url helper text": "Copy url to restore this configuration" + "copy url helper text": "Copy url to restore this configuration", + "save configuration": "Save this configuration" } }, "fr": { @@ -534,7 +535,8 @@ export const resources = id>({ "friendly name": "Nom personalisé", "launch": "Lancer", "cancel": "Annuler", - "copy url helper text": "Copier l'URL permettant de restaurer cette configuration" + "copy url helper text": "Copier l'URL permettant de restaurer cette configuration", + "save configuration": "Enregistrer cette configuration" } /* spell-checker: enable */ }