Remote following success page (#4129)
* Added a success page to remote following Includes follow-through links to web (the old redirect target) and back to the remote user's profile * Use Account.new in spec instead of a fake with only id (fixes spec) * Fabricate(:account) over Account.new * Remove self from the success text (and all HTML with it)
This commit is contained in:
parent
d081d4a422
commit
7a889a8e12
5 changed files with 34 additions and 3 deletions
|
@ -221,6 +221,12 @@ en:
|
|||
authorize_follow:
|
||||
error: Unfortunately, there was an error looking up the remote account
|
||||
follow: Follow
|
||||
following: 'Success! You are now following:'
|
||||
follow_request: 'You have sent a follow request to:'
|
||||
post_follow:
|
||||
web: Go to web
|
||||
return: Return to the user's profile
|
||||
close: Or, you can just close this window.
|
||||
prompt_html: 'You (<strong>%{self}</strong>) have requested to follow:'
|
||||
title: Follow %{acct}
|
||||
datetime:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue