Fix typo in MastoFE login page.
authorNormandy <normandy@firemail.cc>
Tue, 24 Apr 2018 21:58:45 +0000 (21:58 +0000)
committerNormandy <normandy@firemail.cc>
Tue, 24 Apr 2018 21:58:45 +0000 (21:58 +0000)
see https://git.pleroma.social/pleroma/mastofe/issues/13

lib/pleroma/web/templates/mastodon_api/mastodon/login.html.eex

index 2bb54977edaf7279f819c1fa514d51ef14f09588..34cd7ed898e61c3f92d2d1f79b672b9d0d6f7c6a 100644 (file)
@@ -1,4 +1,4 @@
-<h2>Login in to Mastodon Frontend</h2>
+<h2>Login to Mastodon Frontend</h2>
 <%= if @error do %>
   <h2><%= @error %></h2>
 <% end %>