Skip to content

Commit

Permalink
Update DatabaseController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
vlssu committed Oct 15, 2023
1 parent ae43ea0 commit 14b9dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Admin/DatabaseController.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function create(DatabaseHostFormRequest $request): RedirectResponse
}
}

$this->alert->success('Successfully created a new database host on the system.')->flash();
$this->alert->success('已成功在系统上创建新的数据库主机。')->flash();

return redirect()->route('admin.databases.view', $host->id);
}
Expand Down

0 comments on commit 14b9dac

Please sign in to comment.