mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +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
|
||||
= link_to(t(:back), :back, class: 'btn btn-primary')
|
||||
= render 'shared/title', name: t(:epp_log)
|
||||
= render 'shared/title', name: t('.title')
|
||||
|
||||
.row
|
||||
.col-md-12
|
||||
|
|
|
@ -4,3 +4,5 @@ en:
|
|||
index:
|
||||
title: EPP log
|
||||
reset_btn: Reset
|
||||
show:
|
||||
title: EPP log
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue