aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2018-04-26 07:07:04 +0200
committerlain <lain@soykaf.club>2018-04-26 07:07:04 +0200
commit6eb274f278e2a02fdba244072db8202de4030bf4 (patch)
treed9d28895aaafec32fb560dcdde69550aeffc6ba2
parent3bad2b827a2e334faad824a3497ee8a77ebc2e74 (diff)
parent845bd56c9cd51cefcfb909741690aead30141a18 (diff)
downloadpleroma-6eb274f278e2a02fdba244072db8202de4030bf4.tar.gz
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into develop
-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 %>