Doceditor:Components:CompletedForm Fixed translation

This commit is contained in:
Akmal Isomadinov 2024-07-22 19:03:51 +05:00
parent c0341ddb8b
commit 5ce7bab5ff
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"BackToRoom": "Back to room",
"CheckReadyForm": "Check ready form",
"CheckReadyForms": "Check ready forms",
"Description": "Your form completed and saved",
"DescriptionForAnonymous": "You submitted the filled PDF form which was assigned a unique number. To check the status, contact the form owner providing the assigned number.",
"DescriptionForRegisteredUser": "The filled PDF form is saved and available to you in the Complete folder. To check the status, contact the form owner providing the assigned number.",

View File

@ -234,7 +234,7 @@ export const CompletedForm = ({
primary
size={ButtonSize.medium}
label={
isAnonim ? t("Common:Download") : t("CompletedForm:CheckReadyForm")
isAnonim ? t("Common:Download") : t("CompletedForm:CheckReadyForms")
}
onClick={isAnonim ? handleDownload : gotoCompleteFolder}
/>