Skip to content

Commit 822d67e

Browse files
committed
Tweak message
1 parent 1a93e48 commit 822d67e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
</div>
219219
<?php if(!config('laravel_google_translate.google_translate_api_key')): ?>
220220
<p>
221-
<code>Translating using stichoza/google-translate-php. If you would like to use Google Translate API enter your Google Translate API key to config file laravel_google_translate</code>
221+
<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>
222222
</p>
223223
<?php endif; ?>
224224
<div class="form-group">
@@ -288,7 +288,7 @@ class="glyphicon glyphicon-trash"></span></a>
288288
&times;
289289
</button>
290290
<?php echo $locale ?>
291-
291+
292292
</div>
293293
</li>
294294
<?php endforeach; ?>

0 commit comments

Comments
 (0)