|
@@ -25,7 +25,7 @@ export default {
|
|
field_sources_label () {
|
|
field_sources_label () {
|
|
let str;
|
|
let str;
|
|
if (this.concernement.entites_byid[this.eid].menacemaintien < 0) {
|
|
if (this.concernement.entites_byid[this.eid].menacemaintien < 0) {
|
|
- str = this.ct_entite.field_sources.description.replace('/ ce maintient', '')
|
|
|
|
|
|
+ str = this.ct_entite.field_sources.description.replace('/ ce maintien', '')
|
|
} else {
|
|
} else {
|
|
str = this.ct_entite.field_sources.description.replace('cette menace /', '')
|
|
str = this.ct_entite.field_sources.description.replace('cette menace /', '')
|
|
}
|
|
}
|