Skip to content

Commit

Permalink
fix(hycu): fix translations on dashboard
Browse files Browse the repository at this point in the history
ref: MANAGER-14488

Signed-off-by: Thibault Barske <[email protected]>
  • Loading branch information
tibs245 committed Nov 19, 2024
1 parent b101ac7 commit c65ba22
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"hycu_dashboard_browse": "Parcourir",
"hycu_dashboard_update_display_name_modal_headline": "Modifier le nom",
"hycu_dashboard_update_display_name_input_label": "Nom",
"hycu_dashboard_update_display_name_description": "",
"hycu_dashboard_update_display_name_pattern_message": "Veuillez utiliser uniquement des lettres sans accent et les caractères spéciaux suivants : ! @ # $ % ^ & * ( ) - _ + = [ ] { } ; : , . ? (limité à 36 caractères).",
"hycu_dashboard_update_display_name_success": "La description a été modifiée avec succès.",
"hycu_dashboard_edit_modal_error": "Une erreur est survenue: {{error}}.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export default function EditHycuDisplayNameModal() {
closeModal={closeModal}
headline={t('hycu_dashboard_update_display_name_modal_headline')}
inputLabel={t('hycu_dashboard_update_display_name_input_label')}
description={t('hycu_dashboard_update_display_name_description')}
resourceName={serviceName}
isLoading={isLoading}
pattern="^[\x00-\x7F]{1,36}$"
Expand Down
2 changes: 1 addition & 1 deletion packages/manager/apps/hycu/src/utils/tests/init.i18n.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import i18next, { i18n, InitOptions } from 'i18next';
import error from '@ovh-ux/manager-react-components/src/components/templates/error/translations/Messages_fr_FR.json';
import error from '@ovh-ux/manager-react-components/dist/src/components/templates/error/translations/Messages_fr_FR.json';
import common from '../../../public/translations/hycu/Messages_fr_FR.json';
import dashboard from '../../../public/translations/hycu/dashboard/Messages_fr_FR.json';
import listing from '../../../public/translations/hycu/listing/Messages_fr_FR.json';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"billing_services_actions_menu_resiliate_HOSTING_WEB": "Supprimer immédiatement l'hébergement",
"billing_services_actions_menu_resiliate_HOSTING_PRIVATE_DATABASE": "Supprimer mon hébergement SQL privé",
"billing_services_actions_menu_resiliate_WEBCOACH": "Supprimer mon WebCoach",
"billing_services_actions_menu_resiliate_LICENSE_HYCU": "Supprimer ma license Hycu",
"billing_services_actions_menu_resiliate_LICENSE_HYCU": "Supprimer ma licence Hycu",
"billing_services_actions_menu_sms_credit": "Ajouter des crédits",
"billing_services_actions_menu_sms_renew": "Configurer la recharge automatique",
"billing_services_actions_menu_resiliate_cancel": "Annuler la résiliation du service",
Expand Down

0 comments on commit c65ba22

Please sign in to comment.