Skip to content

Commit

Permalink
add an extra single quote because JSF is eating them #3338
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Dec 15, 2016
1 parent 8a79fab commit 9024856
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/Bundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,8 @@ user.error.wrongPassword=Sorry, wrong password.
login.button=Log In with {0}
# authentication providers
auth.providers.title=Other Log In Options
auth.providers.tip=Convert your Dataverse account to use these other log in options below. <a href="{1}/{2}/user/account.html" target="_blank">Learn more</a>.<br/><br/>Don't have a Dataverse account? Sign up using:
# FIXME: Why do we need two single quotes in "Don''t"? Why is JSF eating one of them?
auth.providers.tip=Convert your Dataverse account to use these other log in options below. <a href="{1}/{2}/user/account.html" target="_blank">Learn more</a>.<br/><br/>Don''t have a Dataverse account? Sign up using:
auth.providers.title.builtin=Dataverse
auth.providers.title.shib=Your Institution
auth.providers.title.orcid=ORCID
Expand Down

0 comments on commit 9024856

Please sign in to comment.