diff --git a/resources/views/livewire/project/application/preview/form.blade.php b/resources/views/livewire/project/application/preview/form.blade.php
index fda54e31f..a273de810 100644
--- a/resources/views/livewire/project/application/preview/form.blade.php
+++ b/resources/views/livewire/project/application/preview/form.blade.php
@@ -7,7 +7,7 @@
Preview Deployments based on pull requests are here.
+ helper="Templates:
@@{{ random }} to generate random sub-domain each time a PR is deployed
@@{{ pr_id }} to use pull request ID as sub-domain or
@@{{ domain }} to replace the domain name with the application's domain name." />
@if ($previewUrlTemplate)
Domain Preview: {{ $previewUrlTemplate }}
@endif