Rename the label of the event detail popup location field to "Lieu".
This commit is contained in:
parent
a2a14cb84c
commit
ab4338aa84
1 changed files with 1 additions and 1 deletions
|
@ -714,7 +714,7 @@ class EventDetails {
|
||||||
}
|
}
|
||||||
|
|
||||||
createAndAppendLocation (addRowToDetailTable) {
|
createAndAppendLocation (addRowToDetailTable) {
|
||||||
addRowToDetailTable("Emplacement", this.event.location);
|
addRowToDetailTable("Lieu", this.event.location);
|
||||||
}
|
}
|
||||||
|
|
||||||
createAndAppendStartDate (addRowToDetailTable) {
|
createAndAppendStartDate (addRowToDetailTable) {
|
||||||
|
|
Loading…
Reference in a new issue