diff options
author | lain <lain@soykaf.club> | 2018-04-26 07:07:04 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2018-04-26 07:07:04 +0200 |
commit | 6eb274f278e2a02fdba244072db8202de4030bf4 (patch) | |
tree | d9d28895aaafec32fb560dcdde69550aeffc6ba2 | |
parent | 3bad2b827a2e334faad824a3497ee8a77ebc2e74 (diff) | |
parent | 845bd56c9cd51cefcfb909741690aead30141a18 (diff) | |
download | pleroma-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.eex | 2 |
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 %> |