Fixes two incorrect english strings

pull/3248/head
Jonas Heinrich 9 years ago
parent b34884f3ef
commit d5299c3ec4
  1. 3
      config/locales/en.yml

@ -156,6 +156,7 @@ en:
hexcode: Hex code hexcode: Hex code
project_association: project_association:
description: Cause description: Cause
project_b: 'Dependent project'
project_type: project_type:
allows_association: Allows association allows_association: Allows association
name: Name name: Name
@ -221,7 +222,7 @@ en:
could_not_be_copied: "could not be (fully) copied" could_not_be_copied: "could not be (fully) copied"
models: models:
project_association: project_association:
identical_projects: "can not be created from one project to itself" identical_projects: "Dependency cannot be created between one project and itself."
project_association_not_allowed: "does not allow associations" project_association_not_allowed: "does not allow associations"
repository: repository:
not_whitelisted: "is not allowed by the configuration" not_whitelisted: "is not allowed by the configuration"

Loading…
Cancel
Save