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ó" } }