From 8d7625e0c6dd2c7c04fb776c95a5a3a336c58297 Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Thu, 23 Jan 2014 11:58:10 +0100 Subject: [PATCH] Fix typo in 54d79ae751eb4dfc7205dbbec48bb76ce1c8df19 --- js/groups.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/groups.js b/js/groups.js index 9ec2468a..dc0a332a 100644 --- a/js/groups.js +++ b/js/groups.js @@ -602,7 +602,7 @@ OC.Contacts = OC.Contacts || {}; var self = this; if(this.hasGroup(name)) { if(typeof cb === 'function') { - cb({error:true, message:t('contacts', 'A group named "{group} a"lready exists', {group: escapeHTML(name)})}); + cb({error:true, message:t('contacts', 'A group named "{group}" already exists', {group: escapeHTML(name)})}); } return; }