Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
solve footer and translations bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
eduayme committed Feb 21, 2019
1 parent ebfda66 commit 110891a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion public/css/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/lang/es/main.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
return [
'welcome' => 'Bienvenido a ChessT',
'intro' => 'El mejor lugar para encontrar torneos de ajedrez.',
'intro' => 'El mejor lugar para encontrar torneos de ajedrez',
'find tournaments' => 'Encontrar torneos',
'add tournament' => 'Añadir torneo',
'home' => 'Inicio',
Expand Down
2 changes: 1 addition & 1 deletion resources/views/auth/mytournaments.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@extends('layout')

@section('title', __('mytournaments.my tournaments'))
@section('title', __('tournaments.my tournaments'))

@section('content')

Expand Down
2 changes: 1 addition & 1 deletion resources/views/parts/footer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<footer class="page-footer">

<!-- Copyright -->
<div class="fixed-bottom footer-copyright text-center py-3">
<div class="footer-copyright text-center py-3">
<ul class="list-inline">

<li class="list-inline-item"> © <?php echo date("Y"); ?> chesst.org </li>
Expand Down

0 comments on commit 110891a

Please sign in to comment.