From 715c90e54fe57b38124c224e8464b8effeba258a Mon Sep 17 00:00:00 2001 From: Normandy Date: Tue, 24 Apr 2018 21:58:45 +0000 Subject: [PATCH] Fix typo in MastoFE login page. see https://git.pleroma.social/pleroma/mastofe/issues/13 --- lib/pleroma/web/templates/mastodon_api/mastodon/login.html.eex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pleroma/web/templates/mastodon_api/mastodon/login.html.eex b/lib/pleroma/web/templates/mastodon_api/mastodon/login.html.eex index 2bb54977e..34cd7ed89 100644 --- a/lib/pleroma/web/templates/mastodon_api/mastodon/login.html.eex +++ b/lib/pleroma/web/templates/mastodon_api/mastodon/login.html.eex @@ -1,4 +1,4 @@ -

Login in to Mastodon Frontend

+

Login to Mastodon Frontend

<%= if @error do %>

<%= @error %>

<% end %>