diff options
Diffstat (limited to 'lib')
-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 %> |