Fix typo in MastoFE login page.

see https://git.pleroma.social/pleroma/mastofe/issues/13
This commit is contained in:
Normandy 2018-04-24 21:58:45 +00:00
parent d4a54a90c9
commit 715c90e54f
1 changed files with 1 additions and 1 deletions

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