diff options
Diffstat (limited to 'lib/pleroma/web/templates/twitter_api/remote_follow/followed.html.eex')
| -rw-r--r-- | lib/pleroma/web/templates/twitter_api/remote_follow/followed.html.eex | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/pleroma/web/templates/twitter_api/remote_follow/followed.html.eex b/lib/pleroma/web/templates/twitter_api/remote_follow/followed.html.eex new file mode 100644 index 0000000..2fb4cc5 --- /dev/null +++ b/lib/pleroma/web/templates/twitter_api/remote_follow/followed.html.eex @@ -0,0 +1,5 @@ +<%= 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 %> |
