aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNormandy <normandy@firemail.cc>2018-04-24 21:58:45 +0000
committerNormandy <normandy@firemail.cc>2018-04-24 21:58:45 +0000
commit715c90e54fe57b38124c224e8464b8effeba258a (patch)
tree0b132ab9e830f1e2add7a8ab27c9667ddd3a3ba2 /lib
parentd4a54a90c9ae39947c71876d4d2988a05a02d7a1 (diff)
downloadpleroma-715c90e54fe57b38124c224e8464b8effeba258a.tar.gz
Fix typo in MastoFE login page.
see https://git.pleroma.social/pleroma/mastofe/issues/13
Diffstat (limited to 'lib')
-rw-r--r--lib/pleroma/web/templates/mastodon_api/mastodon/login.html.eex2
1 files changed, 1 insertions, 1 deletions
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 @@
-<h2>Login in to Mastodon Frontend</h2>
+<h2>Login to Mastodon Frontend</h2>
<%= if @error do %>
<h2><%= @error %></h2>
<% end %>