mirror of
https://github.com/internetee/registry.git
synced 2025-07-30 14:36:22 +02:00
Fix wrong Estonian translation
This commit is contained in:
parent
006baa9c35
commit
962dc9e45e
2 changed files with 3 additions and 3 deletions
|
@ -133,7 +133,7 @@
|
|||
%dd= @domain.name
|
||||
%dt Registreeritud
|
||||
%dd= @domain.registered_at.to_date.strftime("%d/%m/%Y")
|
||||
%dt Registreering aegub
|
||||
%dt Aegub
|
||||
%dd= @domain.valid_to.to_date.strftime("%d/%m/%Y")
|
||||
%dt Registripidaja
|
||||
%dd= "#{@domain.registrar} #{@domain.registrar.website}"
|
||||
|
@ -157,7 +157,7 @@
|
|||
.clear
|
||||
.row.pull-down
|
||||
.col-md-12
|
||||
%h3 Administraatori kontaktid
|
||||
%h3 Halduskontaktid
|
||||
%hr
|
||||
.table-responsive
|
||||
%table.table.table-hover.table-condensed
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
require 'test_helper'
|
||||
|
||||
class DomainTest < ApplicationIntegrationTest
|
||||
class DomainShowTest < ApplicationIntegrationTest
|
||||
setup do
|
||||
@domain = domains(:shop)
|
||||
sign_in users(:admin)
|
Loading…
Add table
Add a link
Reference in a new issue