Skip to content

Commit

Permalink
Merge pull request #177 from zlamalp/einfralogin
Browse files Browse the repository at this point in the history
fix(registrar): fixed english in help comment for einfra login
  • Loading branch information
zlamalp authored Dec 14, 2021
2 parents 4afe84e + 475f7bd commit 2530a5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ public interface PerunTranslation extends Messages {

/* ---------- EINFRA LOGIN/PASSWORD ----------- */

@DefaultMessage("Login must<ul><li>start with lower-cased letter<li>be 2-15 characters long<li>consist only of<ul><li>lower-cased non-accented letters<li>digits<li>hyphens and underscores</ul></ul>")
@DefaultMessage("Login must<ul><li>start with a lower-case letter<li>be 2-15 characters long<li>consist only of<ul><li>lower-case non-accented letters<li>digits<li>hyphens and underscores</ul></ul>")
public String einfraLoginHelp();

@DefaultMessage("Login must <b>be 2-15 characters long!</b>")
Expand Down

0 comments on commit 2530a5e

Please sign in to comment.