Updated translations.

This commit is contained in:
James Cole
2019-08-12 17:12:11 +02:00
parent 6e78d4efa7
commit 76dad84ba6
10 changed files with 76 additions and 278 deletions

View File

@@ -142,7 +142,7 @@ class SummaryControllerTest extends TestCase
$response = $this->get(route('api.v1.summary.basic') . '?' . http_build_query($parameters));
$response->assertStatus(200);
// TODO after 4.8.0: check if JSON is correct
// TODO AFTER 4.8,0: check if JSON is correct
}
/**
@@ -253,6 +253,6 @@ class SummaryControllerTest extends TestCase
$response = $this->get(route('api.v1.summary.basic') . '?' . http_build_query($parameters));
$response->assertStatus(200);
// TODO after 4.8.0: check if JSON is correct
// TODO AFTER 4.8,0: check if JSON is correct
}
}