akkoma/lib/pleroma/web/templates/twitter_api/remote_follow/followed.html.eex

6 lines
235 B
Elixir
Raw Normal View History

<%= if @error do %>
2022-02-21 23:42:25 +00:00
<p><%= Gettext.dpgettext("static_pages", "remote follow error", "Error following account") %></p>
<% else %>
2022-02-21 23:42:25 +00:00
<h2><%= Gettext.dpgettext("static_pages", "remote follow success", "Account followed!") %></h2>
<% end %>