First
[anni] / lib / pleroma / web / templates / twitter_api / remote_follow / followed.html.eex
1 <%= if @error do %>
2 <p><%= Gettext.dpgettext("static_pages", "remote follow error", "Error following account") %></p>
3 <% else %>
4 <h2><%= Gettext.dpgettext("static_pages", "remote follow success", "Account followed!") %></h2>
5 <% end %>