diff --git a/resources/lang/fa-IR/dashboard.php b/resources/lang/fa-IR/dashboard.php index bbd78361..005c77b3 100644 --- a/resources/lang/fa-IR/dashboard.php +++ b/resources/lang/fa-IR/dashboard.php @@ -16,7 +16,7 @@ return [ // Incidents 'incidents' => [ - 'title' => 'Incidents & Schedule', + 'title' => 'Incidents & Schedule', 'incidents' => 'Incidents', 'logged' => '{0} There are no incidents, good work.|You have logged one incident.|You have reported :count incidents.', 'incident-create-template' => 'ایجاد قالب', @@ -39,6 +39,7 @@ return [ 'update' => [ 'title' => 'Create new incident update', 'subtitle' => 'Add an update to :incident', + 'success' => 'Update added.', ], // Incident templates @@ -170,7 +171,7 @@ return [ 'team' => 'Team', 'member' => 'Member', 'profile' => 'Profile', - 'description' => 'Team Members will be able to add, modify & edit components and incidents.', + 'description' => 'Team Members will be able to add, modify & edit components and incidents.', 'add' => [ 'title' => 'اضافه کردن یک عضو به تیم', 'success' => 'عضو تیم اضافه شد.', @@ -289,4 +290,4 @@ return [ ], ], -]; +]; \ No newline at end of file