Skip to content

Commit

Permalink
Tweaks in ES locale
Browse files Browse the repository at this point in the history
  • Loading branch information
mxgrn committed Feb 27, 2024
1 parent 22b5b8e commit 2eff8cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/pairs_one_web/templates/page/index.es.html.eex
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</div>
</div>
<div class="col-md-6 btn-option-go__block">
<button type="submit" class="btn btn-option-go btn-info">Iniciar un juego <strong>en solitario</strong></button>
<button type="submit" class="btn btn-option-go btn-info">Juego <strong>en solitario</strong></button>
</div>
</div>
</form>
Expand All @@ -42,7 +42,7 @@
</div>
</div>
<div class="col-md-6 btn-option-go__block">
<button type="submit" class="btn btn-option-go btn-primary">Join <strong>random</strong> player</button>
<button type="submit" class="btn btn-option-go btn-primary">Un(a) jugador(a) <strong>aleatorio(a)</strong></button>
</div>
</div>
</form>
Expand All @@ -62,7 +62,7 @@
</div>
</div>
<div class="col-md-6 btn-option-go__block">
<button type="submit" class="btn btn-option-go btn-success">Iniciar juego de <strong>2 jugadores</strong></button>
<button type="submit" class="btn btn-option-go btn-success">Juego de <strong>2 jugadores</strong></button>
</div>
</div>
</form>
Expand All @@ -82,7 +82,7 @@
</div>
</div>
<div class="col-md-6 btn-option-go__block">
<button type="submit" class="btn btn-option-go btn-warning">Iniciar juego <strong>local</strong></button>
<button type="submit" class="btn btn-option-go btn-warning">Juego <strong>local</strong></button>
</div>
</div>
</form>
Expand Down

0 comments on commit 2eff8cd

Please sign in to comment.