Skip to content

Commit b9922a3

Browse files
committed
Update 2022_09_22_123137_link-type.php
1 parent 8cee892 commit b9922a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/migrations/2022_09_22_123137_link-type.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function SeedLinkTypes() {
5858

5959
DB::table($this->TableName)->updateOrInsert([
6060
'typename' => 'link',
61-
'title' => 'Website Link',
61+
'title' => 'Custom Link',
6262
'icon' => 'bi bi-link',
6363
'description' => 'Create a Custom Button that goes to any website. ',
6464
'params' => '[{

0 commit comments

Comments
 (0)