feat: translations
This commit is contained in:
@@ -212,5 +212,5 @@ it('requires an activity read scope before syncing strava activities', function
|
||||
$this
|
||||
->postJson('/api/strava/sync')
|
||||
->assertUnprocessable()
|
||||
->assertJsonPath('message', 'La connexion Strava doit autoriser le scope activity:read ou activity:read_all.');
|
||||
->assertJsonPath('message', __('api.strava.missing_activity_scope'));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user