2025-01-24 09:36:38 -08: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 %>