mirror of
https://github.com/internetee/registry.git
synced 2025-07-31 15:06:23 +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
|
%dd= @domain.name
|
||||||
%dt Registreeritud
|
%dt Registreeritud
|
||||||
%dd= @domain.registered_at.to_date.strftime("%d/%m/%Y")
|
%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")
|
%dd= @domain.valid_to.to_date.strftime("%d/%m/%Y")
|
||||||
%dt Registripidaja
|
%dt Registripidaja
|
||||||
%dd= "#{@domain.registrar} #{@domain.registrar.website}"
|
%dd= "#{@domain.registrar} #{@domain.registrar.website}"
|
||||||
|
@ -157,7 +157,7 @@
|
||||||
.clear
|
.clear
|
||||||
.row.pull-down
|
.row.pull-down
|
||||||
.col-md-12
|
.col-md-12
|
||||||
%h3 Administraatori kontaktid
|
%h3 Halduskontaktid
|
||||||
%hr
|
%hr
|
||||||
.table-responsive
|
.table-responsive
|
||||||
%table.table.table-hover.table-condensed
|
%table.table.table-hover.table-condensed
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
require 'test_helper'
|
require 'test_helper'
|
||||||
|
|
||||||
class DomainTest < ApplicationIntegrationTest
|
class DomainShowTest < ApplicationIntegrationTest
|
||||||
setup do
|
setup do
|
||||||
@domain = domains(:shop)
|
@domain = domains(:shop)
|
||||||
sign_in users(:admin)
|
sign_in users(:admin)
|
Loading…
Add table
Add a link
Reference in a new issue