From 400615cc58e5f1e7006b878d329d5cf241c9694e Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Mon, 1 May 2017 11:43:40 -0300 Subject: [PATCH] Adding translations --- plugins/coral-plugin-like/client/translations.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/coral-plugin-like/client/translations.json b/plugins/coral-plugin-like/client/translations.json index 643f32ccf..93d73d3a2 100644 --- a/plugins/coral-plugin-like/client/translations.json +++ b/plugins/coral-plugin-like/client/translations.json @@ -1,10 +1,10 @@ { "en": { - "respect": "Respect", - "respected": "Respected" + "like": "Like", + "liked": "Liked" }, "es": { - "respect": "Respeto", - "respected": "Respetado" + "like": "Me Gusta", + "liked": "Me Gustó" } }