Merge branch 'patch-1' into 'develop'

Fix typo in MastoFE login page.

See merge request pleroma/pleroma!132
This commit is contained in:
eal 2018-04-25 14:35:44 +00:00
commit 845bd56c9c

View 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 %>