Fix submission button

This commit is contained in:
Vasil Kolev 2015-08-19 19:02:48 +03:00
parent bedc642bc6
commit 81b9dd88db
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ bg:
actions: actions:
are_you_sure: "Сигурен ли си?" are_you_sure: "Сигурен ли си?"
create: create:
button: "Създай %{model}" button: "Изпрати предложение"
title: "Създаване на %{model}" title: "Създаване на %{model}"
destroy: destroy:
button: "Премахни %{model}" button: "Премахни %{model}"

View File

@ -3,7 +3,7 @@ en:
actions: actions:
are_you_sure: Are you sure? are_you_sure: Are you sure?
create: create:
button: Create %{model} button: Send proposal
title: 'Create a new #{model}' title: 'Create a new #{model}'
destroy: destroy:
button: Destroy %{model} button: Destroy %{model}