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:
taitus
2019-05-14 12:08:35 +02:00
committed by Javi Martín
parent 5953e87c71
commit 1788df3cf7
23 changed files with 8 additions and 46 deletions

View File

@@ -156,7 +156,7 @@ describe "Signature sheets" do
expect(page).to have_content signature_sheet.created_at.strftime("%B %d, %Y %H:%M")
expect(page).to have_content user.name
within("#document_count") do
within("#signature_count") do
expect(page).to have_content 3
end