Fix submission button
This commit is contained in:
parent
bedc642bc6
commit
81b9dd88db
|
@ -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}"
|
||||||
|
|
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue