diff options
author | Mark Felder <feld@FreeBSD.org> | 2019-05-01 12:29:48 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2019-05-01 12:29:48 -0500 |
commit | 9a98f48ec3f438e543a5a621624401bb22a0d44a (patch) | |
tree | 0ec3fbf1609c386c694974a419039dc18d16933e | |
parent | d6d5f46baea90e9b8a305a010457ac6d404d8829 (diff) | |
download | pleroma-9a98f48ec3f438e543a5a621624401bb22a0d44a.tar.gz |
Remove incorrect statement about valid characters
-rw-r--r-- | lib/pleroma/web/templates/o_auth/o_auth/show.html.eex | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/pleroma/web/templates/o_auth/o_auth/show.html.eex b/lib/pleroma/web/templates/o_auth/o_auth/show.html.eex index c7b4ef792..45f2b5cc0 100644 --- a/lib/pleroma/web/templates/o_auth/o_auth/show.html.eex +++ b/lib/pleroma/web/templates/o_auth/o_auth/show.html.eex @@ -11,7 +11,6 @@ <%= if @params["registration"] in ["true", true] do %> <h3>This is the first time you visit! Please enter your Pleroma handle.</h3> <p>Choose carefully! You won't be able to change this later. You will be able to change your display name, though.</p> - <p>Please only use lowercase letters and no special characters</p> <div class="input"> <%= label f, :nickname, "Pleroma Handle" %> <%= text_input f, :nickname, placeholder: "lain" %> |