From 1040dd9889adc140ca8189bcdb87ce7eabc20b9c Mon Sep 17 00:00:00 2001 From: Noah Bass Date: Sun, 11 Jan 2015 19:58:07 -0500 Subject: [PATCH] updated dashboard.components.add.title (en) updated to be consistent with rest of app --- app/lang/en/dashboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lang/en/dashboard.php b/app/lang/en/dashboard.php index 45963149..10c5d68f 100644 --- a/app/lang/en/dashboard.php +++ b/app/lang/en/dashboard.php @@ -35,7 +35,7 @@ return [ 'components' => 'Component|Components', 'component_statuses' => 'Component Statuses', 'add' => [ - 'title' => 'Create a component', + 'title' => 'Add a component', 'message' => 'You should add a component.', 'success' => 'Component created.', 'failure' => 'Something went wrong with the component.',