diff --git a/tests/Controller/PluginControllerTest.php b/tests/Controller/PluginControllerTest.php index 40d4eb5f..12ef1168 100644 --- a/tests/Controller/PluginControllerTest.php +++ b/tests/Controller/PluginControllerTest.php @@ -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/']); } diff --git a/translations/messages.en.xliff b/translations/messages.en.xliff index 46dc79ac..dfe0e7b1 100644 --- a/translations/messages.en.xliff +++ b/translations/messages.en.xliff @@ -118,7 +118,7 @@ menu.admin_customer - Customer + Customers menu.admin_project @@ -130,7 +130,7 @@ menu.admin_user - User + Users menu.plugin @@ -306,7 +306,7 @@ dashboard.all - All user + All users admin_user.title @@ -572,7 +572,7 @@ admin_user.subtitle - All registered user of your Kimai installation + All registered users of your Kimai installation label.alias @@ -597,7 +597,7 @@ admin_user.short_stats - Currently the user %user% has %records% time-records which count up to a total of %duration%. + Currently the user %user% has %records% time-records which sum up to a total of %duration%. @@ -678,7 +678,7 @@ stats.amountTotal - Revenue total + Total revenue stats.userActiveToday @@ -706,19 +706,19 @@ stats.userTotal - Amount users + Users stats.activityTotal - Amount activities + Activities stats.projectTotal - Amount projects + Projects stats.customerTotal - Amount customers + Customers