Fix submission button
This commit is contained in:
parent
bedc642bc6
commit
81b9dd88db
|
@ -3,7 +3,7 @@ bg:
|
|||
actions:
|
||||
are_you_sure: "Сигурен ли си?"
|
||||
create:
|
||||
button: "Създай %{model}"
|
||||
button: "Изпрати предложение"
|
||||
title: "Създаване на %{model}"
|
||||
destroy:
|
||||
button: "Премахни %{model}"
|
||||
|
|
|
@ -3,7 +3,7 @@ en:
|
|||
actions:
|
||||
are_you_sure: Are you sure?
|
||||
create:
|
||||
button: Create %{model}
|
||||
button: Send proposal
|
||||
title: 'Create a new #{model}'
|
||||
destroy:
|
||||
button: Destroy %{model}
|
||||
|
|
Loading…
Reference in New Issue