From c80ce662f81b715f4f43ee2c79cb8dbb5758c49b Mon Sep 17 00:00:00 2001 From: Aleix Quintana Alsius Date: Fri, 27 Feb 2015 11:04:13 +0100 Subject: [PATCH] Update ca.json No need to escape single quotes. --- locale/ca.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locale/ca.json b/locale/ca.json index 6ea2591..784b738 100644 --- a/locale/ca.json +++ b/locale/ca.json @@ -115,8 +115,8 @@ "inviteAFriend": "Convida-hi les amistats!", "goToExternalProfile": "Mostra el perfil complet", "cropAndSave": "Retalla i desa", - "showTerms": "Llegeix les Condicions d\'Ús", + "showTerms": "Llegeix les Condicions d'Ús", "ellipsisMore": "Més", "blockUser": "Bloca {username}", "goToOriginalNotice": "Go to original notice" -} \ No newline at end of file +}