update text
This commit is contained in:
parent
f62b82685f
commit
59da16fe02
@ -59,7 +59,7 @@ const BuildingEditLatest: React.FunctionComponent<BuildingEditLatestProps> = ({
|
||||
|
||||
return (
|
||||
<div className="edit-history-entry">
|
||||
<h2 className="edit-history-timestamp">Edited on {formatDate(parseDate(historyEntry.revision_timestamp))}</h2>
|
||||
<h2 className="edit-history-timestamp">Building last edited on {formatDate(parseDate(historyEntry.revision_timestamp))}</h2>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user