Merge branch 'feld-varnish' into 'develop'
[akkoma] / lib / pleroma / web / templates / o_auth / o_auth / show.html.eex
index a7fa7523b80fc00a3feffe4777a4a472a6ea1869..de2241ec91dd283d38baf7d0d5db3b49d8c1d2ce 100644 (file)
@@ -2,7 +2,7 @@
 <p class="alert alert-danger" role="alert"><%= get_flash(@conn, :error) %></p>
 <h2>OAuth Authorization</h2>
 <%= form_for @conn, o_auth_path(@conn, :authorize), [as: "authorization"], fn f -> %>
-<%= label f, :name, "Name" %>
+<%= label f, :name, "Name or email" %>
 <%= text_input f, :name %>
 <br>
 <%= label f, :password, "Password" %>