Doceditor:Components:CompletedForm Fixed translation

This commit is contained in:
Akmal Isomadinov 2024-07-23 16:21:09 +05:00
parent 68a7026879
commit faac37843b
2 changed files with 2 additions and 2 deletions

View File

@ -7,6 +7,6 @@
"FillItOutAgain": "Fill it out again",
"FormCompletedSuccessfully": "Form completed successfully",
"FormNumber": "Form number:",
"Manager": "Manager:",
"FormOwner": "Form owner",
"Title": "The form is completed"
}

View File

@ -207,7 +207,7 @@ export const CompletedForm = ({
</Box>
</FormNumberWrapper>
<ManagerWrapper>
<span className="label">{t("CompletedForm:Manager")}</span>
<span className="label">{t("CompletedForm:FormOwner")}</span>
<Box>
<Avatar
className="manager__avatar"