pleroma/lib/pleroma/web/templates/twitter_api/remote_follow/followed.html.eex
2022-02-21 18:43:45 -05:00

6 lines
235 B
Elixir

<%= if @error do %>
<p><%= Gettext.dpgettext("static_pages", "remote follow error", "Error following account") %></p>
<% else %>
<h2><%= Gettext.dpgettext("static_pages", "remote follow success", "Account followed!") %></h2>
<% end %>