Improve FD bulk action description

This commit is contained in:
Karl Erik Õunapuu 2020-12-30 16:00:43 +02:00
parent 51d455e619
commit 3e708fa014
No known key found for this signature in database
GPG key ID: C9DD647298A34764
3 changed files with 4 additions and 4 deletions

View file

@ -33,7 +33,7 @@
%li= link_to t('.blocked_domains'), admin_blocked_domains_path
%li= link_to t('.reserved_domains'), admin_reserved_domains_path
%li= link_to t('.disputed_domains'), admin_disputes_path
%li= link_to t('.mass_actions'), admin_mass_actions_path
%li= link_to t('.bulk_actions'), admin_mass_actions_path
%li= link_to t('.bounced_email_addresses'), admin_bounced_mail_addresses_path
%li= link_to t('.epp_log'), admin_epp_logs_path(created_after: 'today')
%li= link_to t('.repp_log'), admin_repp_logs_path(created_after: 'today')

View file

@ -1,11 +1,11 @@
<div class="page-header">
<h1>Mass actions</h1>
<h1>Bulk actions</h1>
</div>
<div class="panel panel-default">
<div class="panel-heading">Bulk Domain Force Delete</div>
<div class="panel-body">
<p>Triggers <b>soft</b> force delete procedure for uploaded domain list. List must be in <b>CSV</b> format. Each domain entry must be on separate line. Line must include <b>domain_name</b> (puny) followed with <b>delete_reason</b>, separated by comma.</p>
<p>Triggers <b>soft</b> force delete procedure for uploaded domain list. List must be in <b>CSV</b> format. First row of the CSV file must contain column headings with <b>domain_name</b> for the first and <b>delete_reason</b> for the second column. Each domain entry must be on separate line. Domain names are expected to be in punycode format, valid reasons are listed below.</p>
<p>Allowed delete reasons: <b>ENTITY_BURIED</b> | <b>INVALID_PHONE</b> | <b>INVALID_EMAIL</b></p>
<%= form_tag admin_mass_actions_path, multipart: true, method: :post do %>
<%= label_tag :entry_list %>

View file

@ -14,7 +14,7 @@ en:
blocked_domains: Blocked domains
reserved_domains: Reserved domains
disputed_domains: Disputed domains
mass_actions: Mass actions
bulk_actions: Bulk actions
bounced_email_addresses: Bounced emails
epp_log: EPP log
repp_log: REPP log