Skip to content

Commit 5e97c99

Browse files
committed
Min fix - locale
1 parent 23eba4e commit 5e97c99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

inc/dashboard.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function getWidgetsForItem()
6868
$widgets = [
6969
PluginMydashboardMenu::$HELPDESK => [
7070

71-
$this->getType().self::SATISFACTION_SURVEY => ["title" => __('Satisfaction survey', 'satisfaction'),
71+
$this->getType().self::SATISFACTION_SURVEY => ["title" => __('Summary of satisfaction surveys', 'satisfaction'),
7272
"type" => PluginMydashboardWidget::$KPI,
7373
"comment" => ""],
7474
],

0 commit comments

Comments
 (0)