Add additional notes to AccountForm for 2D code functionality

This commit is contained in:
Knee Cola
2025-11-18 12:28:06 +01:00
parent 9e3d49c74f
commit 6b5fb6c44d
3 changed files with 5 additions and 2 deletions

View File

@@ -162,6 +162,7 @@ const FormFields: FC<FormFieldsProps> = ({ profile, errors, message }) => {
))}
</div>
</div>
<InfoBox className="p-1 mt-1">{t("additional-notes")}</InfoBox>
</>
)}
</fieldset>