changeset 135:0183b8a09717

small fix.
author casties
date Fri, 24 Feb 2017 20:27:44 +0100
parents 25bfcc9d757c
children 502ae5b1a07d
files src/main/webapp/entry/person.xhtml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/webapp/entry/person.xhtml	Fri Feb 24 20:25:33 2017 +0100
+++ b/src/main/webapp/entry/person.xhtml	Fri Feb 24 20:27:44 2017 +0100
@@ -155,7 +155,7 @@
 			<ismi:autocomplete lo="#{CurrentPerson.deathPlaceLo}" />
 			<h:outputText />
 
-			<h:outputText value="Lived in (event)" />
+			<h:outputText value="Lived in" />
 			<h:panelGrid columns="2" id="livedInEventPanel">
 				<rich:dataTable var="item"
 					value="#{CurrentPerson.livedInPlaces.entities}"