fix various minor english grammar translations (#1002)

This commit is contained in:
trentks
2019-08-09 09:04:02 +12:00
committed by Kevin Papst
parent e11a2a6089
commit 5affa0de82
5 changed files with 26 additions and 26 deletions

View File

@@ -28,7 +28,7 @@ class PluginControllerTest extends ControllerBaseTest
{
$client = $this->getClientForAuthenticatedUser(User::ROLE_SUPER_ADMIN);
$this->assertAccessIsGranted($client, '/admin/plugins/');
$this->assertCalloutWidgetWithMessage($client, 'You have no plugin installed yet');
$this->assertCalloutWidgetWithMessage($client, 'You have no plugins installed yet');
$this->assertPageActions($client, ['shop' => 'https://www.kimai.org/store/']);
}