forked from AkkomaGang/akkoma
Remove incorrect statement about valid characters
This commit is contained in:
parent
d6d5f46bae
commit
9a98f48ec3
1 changed files with 0 additions and 1 deletions
|
@ -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" %>
|
||||
|
|
Loading…
Reference in a new issue