mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 10:19:45 +02:00
fix missing translation in epp_log
This commit is contained in:
parent
1bdc44ea91
commit
9d68bea42b
2 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
- content_for :actions do
|
- content_for :actions do
|
||||||
= link_to(t(:back), :back, class: 'btn btn-primary')
|
= link_to(t(:back), :back, class: 'btn btn-primary')
|
||||||
= render 'shared/title', name: t(:epp_log)
|
= render 'shared/title', name: t('.title')
|
||||||
|
|
||||||
.row
|
.row
|
||||||
.col-md-12
|
.col-md-12
|
||||||
|
|
|
@ -4,3 +4,5 @@ en:
|
||||||
index:
|
index:
|
||||||
title: EPP log
|
title: EPP log
|
||||||
reset_btn: Reset
|
reset_btn: Reset
|
||||||
|
show:
|
||||||
|
title: EPP log
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue