Add translation and return historical records back to original state

This commit is contained in:
2025-10-08 14:42:28 +02:00
parent 8bc46d4af3
commit 5b13d08767
4 changed files with 4 additions and 4 deletions

View File

@@ -61,7 +61,7 @@
{% endif %}
</li>
<li>
<span class="dt">service/territoire:</span>
<span class="dt">{{ 'Scope'|trans }}/{{ 'center'|trans }}:</span>
{% if entity.mainScope %}
{{ entity.mainScope.name|localize_translatable_string }}
{% endif %}

View File

@@ -464,7 +464,7 @@ export default {
this.errors.push("Le genre doit être renseigné");
}
if (this.showCenters && this.person.center === null) {
this.errors.push("Le territoire doit être renseigné");
this.errors.push("Le centre doit être renseigné");
}
},
loadData() {