Skip to content

Commit 11b5d09

Browse files
committed
Update UserController.php
1 parent 9fc837c commit 11b5d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/UserController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public function AddUpdateLink($id = 0)
122122
$data['LinkData'] = $linkData;
123123
$data['LinkID'] = $id;
124124
$data['linkTypeID'] = "1";
125-
$data['title'] = "Custom Link";
125+
$data['title'] = "Predefined Site";
126126

127127
if (Route::currentRouteName() != 'showButtons') {
128128
$links = DB::table('links')->where('id', $id)->first();

0 commit comments

Comments
 (0)