Просмотр исходного кода

Merge pull request #53 from andreapollastri/develop

Typo fix
Andrea Pollastri 5 лет назад
Родитель
Сommit
a5c806e444
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      resources/views/application.blade.php

+ 4 - 4
resources/views/application.blade.php

@@ -69,16 +69,16 @@
         <div style="min-height: 20px"></div>
             @switch($autoinstall)
                 @case('wordpress')
-                    <i>Your Wordpress is ready! Digit {{ $app["host"] }} and configure it!</i>
+                    <i>Your Wordpress is ready! Visit <b>{{ $app["domain"] }}</b> and complete its setup!</i>
                     @break
                 @case('laravel')
-                    <i>Your Laravel is ready at {{ $app["host"] }}!</i>
+                    <i>Your Laravel is ready! Happy code on <b>{{ $app["domain"] }}</b>!</i>
                     @break
                 @case('git')
-                    <i>Configure deploy.sh script into /home/{{ $app["user"] }}/git/, copy deploy.pub key into your Github SSH keys and run "sh deploy.sh" to deploy your repo!</i>
+                    <i>Configure deploy.sh script into /home/{{ $app["user"] }}/git/, copy deploy.pub key into your Github SSH keys and run "<b>sh deploy.sh</b>" to deploy your repo!</i>
                     @break
                 @case('none')
-                    <i>Your application {{ $app["host"] }} is ready!</i>
+                    <i>Your application <b>{{ $app["domain"] }}</b> is ready!</i>
                     @break
                 @default