Merge conflicts fix
This commit is contained in:
commit
90f23e3629
@ -97,8 +97,10 @@ body.controller-issues.action-show .dynamicEditField button.action.valid {
|
|||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
body.controller-issues.action-show .dynamicEditField select {
|
body.controller-issues.action-show .dynamicEditField select {
|
||||||
border:none;
|
border:none;
|
||||||
|
display:none;
|
||||||
background-image:none;
|
background-image:none;
|
||||||
background-color:transparent;
|
background-color:transparent;
|
||||||
-webkit-box-shadow: none;
|
-webkit-box-shadow: none;
|
||||||
|
|||||||
8
config/locales/ru.yml
Normal file
8
config/locales/ru.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
ru:
|
||||||
|
ide_txt_validation_btn : 'Подтвердите изменение'
|
||||||
|
ide_txt_error_positive_number : 'Должно быть положительным числом'
|
||||||
|
ide_txt_error_start_date : 'Дата начала должна быть раньше срока'
|
||||||
|
ide_txt_error_due_date : 'Дата должна быть после даты начала'
|
||||||
|
ide_txt_error_ajax_call : 'Ошибка (проверьте Вашу JS консоль)'
|
||||||
|
ide_txt_cancel_btn : 'Отменить изменения'
|
||||||
|
ide_txt_required_field : 'Это поле обязательно для перехода к следующему шагу'
|
||||||
Loading…
x
Reference in New Issue
Block a user