Skip to content
Snippets Groups Projects
Commit 9ca5771e authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

modified page

parent 3c65e225
No related branches found
No related tags found
2 merge requests!1574Development,!1573Resolve "New Captcha Texts"
...@@ -6,6 +6,4 @@ return [ ...@@ -6,6 +6,4 @@ return [
'4' => 'Bitte geben Sie deshalb die Zeichen aus dem Bild in die Eingabebox und bestätigen Sie mit "OK" um zur Ergebnisseite zu gelangen.', '4' => 'Bitte geben Sie deshalb die Zeichen aus dem Bild in die Eingabebox und bestätigen Sie mit "OK" um zur Ergebnisseite zu gelangen.',
'5' => 'Captcha eingeben', '5' => 'Captcha eingeben',
'6' => 'Wochentag eingeben', '6' => 'Wochentag eingeben',
'7' => 'Sollten Sie diese Nachricht häufiger sehen oder handelt es sich dabei um einen Irrtum, schicken Sie uns gerne eine Nachricht über unser <a href=":url">Kontaktformular</a>.',
'8' => 'Nennen Sie uns in diesem Fall bitte unbedingt folgende Vorgangsnummer:',
]; ];
...@@ -6,6 +6,4 @@ return [ ...@@ -6,6 +6,4 @@ return [
'4' => 'Please enter the characters from the picture in the input box and confirm with "OK" to get to the result page.', '4' => 'Please enter the characters from the picture in the input box and confirm with "OK" to get to the result page.',
'5' => 'Enter captcha', '5' => 'Enter captcha',
'6' => 'Enter weekday', '6' => 'Enter weekday',
'7' => 'If you see this message more often, or if it is a mistake, feel free to send a message via our <a href=":url"> contact form </a>.',
'8' => 'In this case, please give us the following transaction number:',
]; ];
...@@ -6,6 +6,4 @@ return [ ...@@ -6,6 +6,4 @@ return [
'4' => 'Ingrese los caracteres de la imagen en el cuadro de entrada y confirme con "OK" para llegar a la página de resultados.', '4' => 'Ingrese los caracteres de la imagen en el cuadro de entrada y confirme con "OK" para llegar a la página de resultados.',
'5' => 'Entrar en captcha', '5' => 'Entrar en captcha',
'6' => 'Entrar en día laborable', '6' => 'Entrar en día laborable',
'7' => 'Si ve este mensaje con más frecuencia o si es un error, puede enviar un mensaje a través de nuestro <a href=":url"> formulario de contacto </a>.',
'8' => 'En este caso, por favor dénos el siguiente número de transacción:',
]; ];
...@@ -18,6 +18,4 @@ ...@@ -18,6 +18,4 @@
<p><input type="text" class="form-control" name="captcha" placeholder="@lang('captcha.5')" autofocus></p> <p><input type="text" class="form-control" name="captcha" placeholder="@lang('captcha.5')" autofocus></p>
<p><button type="submit" class="btn btn-success" name="check">OK</button></p> <p><button type="submit" class="btn btn-success" name="check">OK</button></p>
</form> </form>
<p>@lang('captcha.7', ['url' => LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), 'kontakt')])</p>
<p>@lang('captcha.8') {{ $id }}
@endsection @endsection
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment