mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 06:34:46 +02:00
Extract translation
This commit is contained in:
parent
7e356730e2
commit
2e1ed2733a
2 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<div class="row">
|
||||
<%= form_for resource, as: resource_name, url: session_path(resource_name),
|
||||
html: { class: 'col-md-6 form-signin center-block text-center' } do |f| %>
|
||||
<h2 class="form-signin-heading text-center">Eesti Interneti SA</h2>
|
||||
<h1 class="form-signin-heading text-center"><%= t '.header_html' %></h1>
|
||||
|
||||
<hr>
|
||||
|
||||
|
|
|
@ -2,5 +2,6 @@ en:
|
|||
admin:
|
||||
sessions:
|
||||
new:
|
||||
header_html: Eesti Interneti SA<br>Admin portal
|
||||
sign_in_btn: Sign in
|
||||
remember_checkbox: Remember me
|
Loading…
Add table
Add a link
Reference in a new issue