follow
This commit is contained in:
@@ -90,6 +90,14 @@ return [
|
||||
'missing_activity_scope' => 'The Strava connection must allow the activity:read or activity:read_all scope.',
|
||||
'disconnect_failed' => 'Unable to revoke Strava access right now. Please try again in a moment.',
|
||||
],
|
||||
'follows' => [
|
||||
'cannot_follow_self' => 'You cannot follow yourself.',
|
||||
'followed' => 'Follow request recorded.',
|
||||
'unfollowed' => 'Unfollowed successfully.',
|
||||
'accepted' => 'Follow request accepted.',
|
||||
'rejected' => 'Follow request rejected.',
|
||||
'not_found' => 'No request found.',
|
||||
],
|
||||
'validation' => [
|
||||
'image_required' => 'Add an image to analyze.',
|
||||
'image_file' => 'The file must be an image.',
|
||||
|
||||
Reference in New Issue
Block a user