From d67b9f519df213962f86d6fa6a597d52e8f42df2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Mon, 8 Jun 2015 10:34:32 +0200 Subject: [PATCH] Fix locale --- app/locales/locale-en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/locales/locale-en.json b/app/locales/locale-en.json index 93d6c7e7..e389d273 100644 --- a/app/locales/locale-en.json +++ b/app/locales/locale-en.json @@ -1177,7 +1177,7 @@ "ISSUE_UPDATED": "{{username}} has updated the attribute \"{{field_name}}\" of the Issue {{obj_name}}", "TASK_UPDATED": "{{username}} has updated the attribute \"{{field_name}}\" of the Task {{obj_name}}", "TASK_UPDATED_WITH_US": "{{username}} has updated the attribute \"{{field_name}}\" of the Task {{obj_name}} which belongs to the US {{us_name}}", - "WIKI_UPDATED": "{{username}} has update the Wiki page {{obj_name}}", + "WIKI_UPDATED": "{{username}} has updated the Wiki page {{obj_name}}", "NEW_COMMENT_US": "{{username}} has commented in the US {{obj_name}}", "NEW_COMMENT_ISSUE": "{{username}} has commented in the Issue {{obj_name}}", "NEW_COMMENT_TASK": "{{username}} has commented in the Task {{obj_name}}",