Fix submission button
This commit is contained in:
parent
6b8d35e6d7
commit
dd1786cba4
|
@ -1,5 +1,10 @@
|
||||||
bg:
|
bg:
|
||||||
abstract: "Резюме"
|
abstract: "Резюме"
|
||||||
|
helpers:
|
||||||
|
submit:
|
||||||
|
event:
|
||||||
|
create: "Изпрати предложение"
|
||||||
|
update: "Обнови предложението"
|
||||||
actions:
|
actions:
|
||||||
are_you_sure: "Сигурен ли си?"
|
are_you_sure: "Сигурен ли си?"
|
||||||
create:
|
create:
|
||||||
|
@ -279,7 +284,7 @@ bg:
|
||||||
my_submissions: "Моите предложения"
|
my_submissions: "Моите предложения"
|
||||||
personal_profiles:
|
personal_profiles:
|
||||||
successfully_created: "Профилът Ви беше създаден успешно"
|
successfully_created: "Профилът Ви беше създаден успешно"
|
||||||
successfully_updated:
|
successfully_updated: "Профилът Ви беше обновен успешно"
|
||||||
user:
|
user:
|
||||||
info: "Информация за потребител"
|
info: "Информация за потребител"
|
||||||
welcome:
|
welcome:
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
en:
|
en:
|
||||||
abstract: Abstract
|
abstract: Abstract
|
||||||
|
helpers:
|
||||||
|
submit:
|
||||||
|
event:
|
||||||
|
create: "Send proposal"
|
||||||
|
update: "Update proposal"
|
||||||
actions:
|
actions:
|
||||||
are_you_sure: Are you sure?
|
are_you_sure: Are you sure?
|
||||||
create:
|
create:
|
||||||
|
|
Loading…
Reference in New Issue