1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-26 20:54:21 +01:00

(i18n) missing translation

This commit is contained in:
Sylvain 2022-12-27 13:38:09 +01:00
parent 4e68058d9d
commit 0fafd30486
2 changed files with 2 additions and 2 deletions

View File

@ -98,8 +98,7 @@ export const MachineForm: React.FC<MachineFormProps> = ({ action, machine, onErr
control={control} control={control}
id="machine_category_id" id="machine_category_id"
formState={formState} formState={formState}
label={t('app.admin.machine_form.assigning_machine_to_category')} /> label={t('app.admin.machine_form.category')} />
<div className='form-item-header machine-files-header'> <div className='form-item-header machine-files-header'>
<p>{t('app.admin.machine_form.attached_files_pdf')}</p> <p>{t('app.admin.machine_form.attached_files_pdf')}</p>
</div> </div>

View File

@ -33,6 +33,7 @@ en:
illustration: "Visual" illustration: "Visual"
description: "Description" description: "Description"
technical_specifications: "Technical specifications" technical_specifications: "Technical specifications"
category: "Category"
attached_files_pdf: "Attached files (pdf)" attached_files_pdf: "Attached files (pdf)"
add_an_attachment: "Add an attachment" add_an_attachment: "Add an attachment"
disable_machine: "Disable machine" disable_machine: "Disable machine"