aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authoreal <eal@waifu.club>2018-04-25 14:35:44 +0000
committereal <eal@waifu.club>2018-04-25 14:35:44 +0000
commit845bd56c9cd51cefcfb909741690aead30141a18 (patch)
treef1ddfdbeea20a4c568e6392207a0c5f463a13d4b /lib
parenta7eb148d6100d20e19a33cb1c1132657b8a9ada1 (diff)
parent715c90e54fe57b38124c224e8464b8effeba258a (diff)
downloadpleroma-845bd56c9cd51cefcfb909741690aead30141a18.tar.gz
Merge branch 'patch-1' into 'develop'
Fix typo in MastoFE login page. See merge request pleroma/pleroma!132
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 %>