Commit 24d1b3c7 by Tuomas Riihimäki

Merge branch 'lokalisointia' into 'master'

Lokalisointia

Termien käännösten korjailua

See merge request !308
2 parents b698f8ed b655de64
......@@ -62,11 +62,11 @@
</h:form>
<h2>#{i18n['eventorg.createevent']}</h2>
<h2>#{i18n['eventorg.createEvent.title']}</h2>
<h:form id="createevent">
<h:outputLabel for="createEventName" value="#{i18n['event.name']}" />
<h:inputText size="50" id="createEventName" value="#{eventorgView.eventname}" />
<h:commandButton action="#{eventorgView.createEvent()}" value="#{i18n['eventorg.createEvent']}" />
<h:commandButton action="#{eventorgView.createEvent()}" value="#{i18n['eventorg.createEvent.submit']}" />
</h:form>
<h2>#{i18n['eventorg.events']}</h2>
......
......@@ -15,7 +15,7 @@
<h:outputLabel value="#{i18n['rfidevent.tag']}:" />
<h:outputText value="#{readerView.rfidevent.tag}" />
<h:outputLabel value="#{i18n['user.wholename']}:" />
<h:outputLabel value="#{i18n['user.wholeName']}:" />
<h:outputText value="#{readerView.rfidevent.event.printedCard.user.wholeName}" />
<h:outputLabel value="#{i18n['user.nick']}:" />
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!