projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6d5f46
)
Remove incorrect statement about valid characters
author
Mark Felder
<feld@FreeBSD.org>
Wed, 1 May 2019 17:29:48 +0000
(12:29 -0500)
committer
Mark Felder
<feld@FreeBSD.org>
Wed, 1 May 2019 17:29:48 +0000
(12:29 -0500)
lib/pleroma/web/templates/o_auth/o_auth/show.html.eex
patch
|
blob
|
history
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 c7b4ef79226566370aca646992df4fcd0d7520de..45f2b5cc07b87ddabfd0c54ed2b8f3732a87aec7 100644
(file)
--- 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" %>