logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: 6eb274f278e2a02fdba244072db8202de4030bf4
parent: 3bad2b827a2e334faad824a3497ee8a77ebc2e74
Author: lain <lain@soykaf.club>
Date:   Thu, 26 Apr 2018 07:07:04 +0200

Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into develop

Diffstat:

Mlib/pleroma/web/templates/mastodon_api/mastodon/login.html.eex2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 %>