Fix L10n style and content @wfjsw
This commit is contained in:
@@ -17,37 +17,37 @@ class ComponentTableSeeder extends Seeder
|
||||
|
||||
$defaultComponents = [
|
||||
[
|
||||
"name" => "API",
|
||||
"description" => "Used by third-parties to connect to us",
|
||||
"status" => 2,
|
||||
"user_id" => 1,
|
||||
"order" => 0,
|
||||
"group_id" => 0,
|
||||
"link" => "",
|
||||
'name' => 'API',
|
||||
'description' => 'Used by third-parties to connect to us',
|
||||
'status' => 2,
|
||||
'user_id' => 1,
|
||||
'order' => 0,
|
||||
'group_id' => 0,
|
||||
'link' => '',
|
||||
], [
|
||||
"name" => "Documentation",
|
||||
"description" => "Kindly powered by Readme.io",
|
||||
"status" => 1,
|
||||
"user_id" => 1,
|
||||
"order" => 0,
|
||||
"group_id" => 0,
|
||||
"link" => "https://docs.cachethq.io",
|
||||
'name' => 'Documentation',
|
||||
'description' => 'Kindly powered by Readme.io',
|
||||
'status' => 1,
|
||||
'user_id' => 1,
|
||||
'order' => 0,
|
||||
'group_id' => 0,
|
||||
'link' => 'https://docs.cachethq.io',
|
||||
], [
|
||||
"name" => "Website",
|
||||
"description" => "",
|
||||
"status" => 1,
|
||||
"user_id" => 1,
|
||||
"order" => 0,
|
||||
"group_id" => 0,
|
||||
"link" => "https://cachethq.io",
|
||||
'name' => 'Website',
|
||||
'description' => '',
|
||||
'status' => 1,
|
||||
'user_id' => 1,
|
||||
'order' => 0,
|
||||
'group_id' => 0,
|
||||
'link' => 'https://cachethq.io',
|
||||
], [
|
||||
"name" => "Blog",
|
||||
"description" => "The Cachet HQ blog.",
|
||||
"status" => 1,
|
||||
"user_id" => 1,
|
||||
"order" => 0,
|
||||
"group_id" => 0,
|
||||
"link" => "https://blog.cachethq.io",
|
||||
'name' => 'Blog',
|
||||
'description' => 'The Cachet HQ blog.',
|
||||
'status' => 1,
|
||||
'user_id' => 1,
|
||||
'order' => 0,
|
||||
'group_id' => 0,
|
||||
'link' => 'https://blog.cachethq.io',
|
||||
],
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user