fix vue translation

This commit is contained in:
2021-12-13 12:44:47 +01:00
parent 7f2e3ee8e2
commit b3ee745479
3 changed files with 3 additions and 8 deletions

View File

@@ -27,7 +27,7 @@
:allow-empty="true"
:show-labels="false"
:loading="issueIsLoading"
:placeholder="$t('action.choose_other_social_issue')"
:placeholder="$t('choose_other_social_issue')"
:options="socialIssuesOther"
@select="addIssueInList">
</vue-multiselect>
@@ -123,7 +123,7 @@ const i18n = {
pick_an_action: "Choisir une action d'accompagnement",
pick_social_issue_linked_with_action: "Indiquez la problématique sociale liée à l'action d'accompagnement",
persons_involved: "Usagers concernés",
choose_other_social_issue: "Veuillez choisir un autre problématique",
}
}
}
@@ -280,4 +280,4 @@ span.badge {
grid-area: confirm;
}
}
</style>
</style>