Skip to content

Commit

Permalink
First step to solve #30
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorwolf committed May 1, 2018
1 parent fffb456 commit 65815f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions webapp/i18n/i18n.properties
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ BioURLLabel = Bio URL
#XTIT: Twitter Label
TwitterLabel = Twitter username

TwitterWithoutAt=without @

#XTIT: PreEveningEvent Label
PreEveningEventLabel = Pre-Evening event

Expand Down
2 changes: 1 addition & 1 deletion webapp/view/CreateEntity.view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<Label text="{i18n>BioURLLabel}" />
<Input id="idBioURL" value="{BioURL}" />
<Label text="{i18n>TwitterLabel}" />
<Input id="idTwitter" value="{Twitter}" />
<Input id="idTwitter" value="{Twitter}" maxLength="15" description="{i18n>TwitterWithoutAt}" />
<Label text="{i18n>RSVPLabel}" />
<HBox >
<RadioButtonGroup columns="5" select="onSelectRSVP">
Expand Down

0 comments on commit 65815f7

Please sign in to comment.