Add new translations
- Add new translations on SignatureSheet show page. Changes: -> "document number" to "sigantures" -> "documents" to "users" - Remove unused translations from the others yml
This commit is contained in:
@@ -8,13 +8,13 @@
|
||||
<strong><%= @signature_sheet.author.name %></strong>
|
||||
</div>
|
||||
|
||||
<h3 id="document_count" class="block">
|
||||
<%= t("admin.signature_sheets.show.document_count") %>
|
||||
<h3 id="signature_count" class="block">
|
||||
<%= t("admin.signature_sheets.show.signature_count") %>
|
||||
<%= @signature_sheet.signatures.count %>
|
||||
</h3>
|
||||
|
||||
<div class="callout margin-top">
|
||||
<p><strong><%= t("admin.signature_sheets.show.documents") %></strong></p>
|
||||
<p><strong><%= t("admin.signature_sheets.show.users") %></strong></p>
|
||||
<%= simple_format @signature_sheet.required_fields_to_verify %>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user