Merge branch 'mastofe/system-font' into 'develop'
[akkoma] / lib / pleroma / web / templates / mastodon_api / mastodon / login.html.eex
index 2ef67b901d0216ec5117751ef8d57872039c2b53..34cd7ed898e61c3f92d2d1f79b672b9d0d6f7c6a 100644 (file)
@@ -1,9 +1,9 @@
-<h2>Login in to Mastodon Frontend</h2>
+<h2>Login to Mastodon Frontend</h2>
 <%= if @error do %>
   <h2><%= @error %></h2>
 <% end %>
 <%= form_for @conn, mastodon_api_path(@conn, :login), [as: "authorization"], fn f -> %>
-<%= text_input f, :name, placeholder: "Username" %>
+<%= text_input f, :name, placeholder: "Username or email" %>
 <br>
 <%= password_input f, :password, placeholder: "Password" %>
 <br>