Rename the label of the event detail popup location field to "Lieu".

This commit is contained in:
Daru13 2018-11-24 03:29:38 +01:00
parent a2a14cb84c
commit ab4338aa84

View file

@ -714,7 +714,7 @@ class EventDetails {
} }
createAndAppendLocation (addRowToDetailTable) { createAndAppendLocation (addRowToDetailTable) {
addRowToDetailTable("Emplacement", this.event.location); addRowToDetailTable("Lieu", this.event.location);
} }
createAndAppendStartDate (addRowToDetailTable) { createAndAppendStartDate (addRowToDetailTable) {