diff --git a/resources/lang/vi-VN/dashboard.php b/resources/lang/vi-VN/dashboard.php
index 2eccb95a..baf839ac 100644
--- a/resources/lang/vi-VN/dashboard.php
+++ b/resources/lang/vi-VN/dashboard.php
@@ -18,12 +18,12 @@ return [
'incidents' => [
'title' => 'Sự cố & Lịch trình',
'incidents' => 'Các sự cố',
- 'logged' => '{0} Không có sự cố nào, làm việc tốt.|Bạn có một sự cố được ghi nhận.|Bạn có :count sự cố được báo cáo.',
+ 'logged' => '{0} There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported :count incidents.',
'incident-create-template' => 'Tạo template',
'incident-templates' => 'Mẫu sự cố',
'updates' => [
'title' => 'Incident updates for :incident',
- 'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates',
+ 'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates',
'add' => [
'title' => 'Tạo bản cập nhật sự cố mới',
'success' => 'Your new incident update has been created.',
@@ -75,7 +75,7 @@ return [
// Incident Maintenance
'schedule' => [
'schedule' => 'Bảo trì định kỳ',
- 'logged' => '{0} There are no schedules, good work.|You have logged one schedule.|You have reported :count schedules.',
+ 'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported :count schedules.',
'scheduled_at' => 'Định kỳ lúc :timestamp',
'add' => [
'title' => 'Add Scheduled Maintenance',