mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
parent
8c915164c5
commit
125bb4bb4a
2 changed files with 4 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
<div class="form-group">
|
||||
<div class="col-md-2 control-label">
|
||||
<%= label_tag :current_contact_id %>
|
||||
<%= label_tag :current_contact_id, t('.current_contact_id') %>
|
||||
</div>
|
||||
|
||||
<div class="col-md-4">
|
||||
|
@ -21,7 +21,7 @@
|
|||
|
||||
<div class="form-group">
|
||||
<div class="col-md-2 control-label">
|
||||
<%= label_tag :new_contact_id %>
|
||||
<%= label_tag :new_contact_id, t('.new_contact_id') %>
|
||||
</div>
|
||||
|
||||
<div class="col-md-4">
|
||||
|
|
|
@ -8,6 +8,8 @@ en:
|
|||
bulk_transfer: Bulk transfer
|
||||
|
||||
tech_contact_form:
|
||||
current_contact_id: Current contact ID
|
||||
new_contact_id: New contact ID
|
||||
submit_btn: Replace technical contacts
|
||||
help_btn: Toggle help
|
||||
help: >-
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue