Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Jan 30, 2022
1 parent 7be9506 commit 8934f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/index.php
Expand Up @@ -218,7 +218,7 @@
</div>
<?php if(!config('laravel_google_translate.google_translate_api_key')): ?>
<p>
<code>Translating using stichoza/google-translate-php. If you would like to use Google Translate API, require this package and enter your Google Translate API key to config file laravel_google_translate</code>
<code>If you would like to use Google Translate API, install tanmuhittin/laravel-google-translate and enter your Google Translate API key to config file laravel_google_translate</code>
</p>
<?php endif; ?>
<div class="form-group">
Expand Down

0 comments on commit 8934f39

Please sign in to comment.