translations

This commit is contained in:
Maxime Renou
2020-05-12 18:54:56 +02:00
parent bd6ebc99bf
commit f22b7b12ba
4 changed files with 15 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
<?php
return [
'button' => 'Sign in with Bluesquare Connect'
];

View File

@@ -0,0 +1,5 @@
<?php
return [
'button' => 'Connexion avec Bluesquare Connect'
];

View File

@@ -26,7 +26,7 @@
</g>
</g>
</svg>
<span>{{ __('Sign in with Bluesquare Connect') }}</span>
<span>{{ trans('connect::messages.button') }}</span>
</a>
<style>
.bconnect-button {