From c0517502483eef8c98925281ddf98712e860a07e Mon Sep 17 00:00:00 2001 From: Alberto Garcia Cabeza Date: Thu, 17 Dec 2015 21:07:05 +0100 Subject: [PATCH] Fixes typos --- app/assets/javascripts/gettext.js.coffee | 2 +- app/views/legislations/show.html.erb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/javascripts/gettext.js.coffee b/app/assets/javascripts/gettext.js.coffee index de27602e8..220aad58d 100644 --- a/app/assets/javascripts/gettext.js.coffee +++ b/app/assets/javascripts/gettext.js.coffee @@ -3,7 +3,7 @@ i18n = { "Comments": "Comentarios", "Cancel": "Cancelar", "Save": "Guardar", - "Unregistered": "Necesitas iniciar sesión o registratre para continuar." + "Unregistered": "Necesitas iniciar sesión o registrarte para continuar." }, en: { "Comments": "Coments", diff --git a/app/views/legislations/show.html.erb b/app/views/legislations/show.html.erb index be5e20bec..b6f16ad4e 100644 --- a/app/views/legislations/show.html.erb +++ b/app/views/legislations/show.html.erb @@ -2,8 +2,8 @@ data-annotatable-id="<%= @legislation.id %>">
-

<%= @legislation.title %>

+

<%= @legislation.title %>

<%= @legislation.body %>
- +