diff --git a/app/locales/locale-en.json b/app/locales/locale-en.json index 6ffcd5ec..ca36f458 100644 --- a/app/locales/locale-en.json +++ b/app/locales/locale-en.json @@ -1227,7 +1227,7 @@ "TASK_CREATED": "{{username}} has created a new task {{obj_name}} in {{project_name}}", "WIKI_CREATED": "{{username}} has created a new wiki page {{obj_name}} in {{project_name}}", "MILESTONE_CREATED": "{{username}} has created a new sprint {{obj_name}} in {{project_name}}", - "NEW_PROJECT": "{{username}} has a new project {{project_name}}", + "NEW_PROJECT": "{{username}} created the project {{project_name}}", "MILESTONE_UPDATED": "{{username}} has updated the sprint {{obj_name}}", "US_UPDATED": "{{username}} has updated the attribute \"{{field_name}}\" of the US {{obj_name}}", "ISSUE_UPDATED": "{{username}} has updated the attribute \"{{field_name}}\" of the issue {{obj_name}}",