diff options
author | Normandy <normandy@firemail.cc> | 2018-04-24 21:58:45 +0000 |
---|---|---|
committer | Normandy <normandy@firemail.cc> | 2018-04-24 21:58:45 +0000 |
commit | 715c90e54fe57b38124c224e8464b8effeba258a (patch) | |
tree | 0b132ab9e830f1e2add7a8ab27c9667ddd3a3ba2 /lib | |
parent | d4a54a90c9ae39947c71876d4d2988a05a02d7a1 (diff) | |
download | pleroma-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.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 %> |