diff --git a/client/coral-admin/src/graphql/queries/metrics.graphql b/client/coral-admin/src/graphql/queries/metrics.graphql
index 4e713c0b7..da5125a48 100644
--- a/client/coral-admin/src/graphql/queries/metrics.graphql
+++ b/client/coral-admin/src/graphql/queries/metrics.graphql
@@ -19,21 +19,21 @@ query Metrics ($from: Date!, $to: Date!) {
assetsByLike: assetMetrics(from: $from, to: $to, sort: LIKE) {
...metrics
}
- mostLikedComments: commentMetrics(from: $from, to: $to, sort: LIKE) {
- id
- body
- user {
- status
- username
- }
- asset {
- id
- title
- }
- created_at
- action_summaries {
- type: __typename
- count
- }
- }
+# mostLikedComments: commentMetrics(from: $from, to: $to, sort: LIKE) {
+# id
+# body
+# user {
+# status
+# username
+# }
+# asset {
+# id
+# title
+# }
+# created_at
+# action_summaries {
+# type: __typename
+# count
+# }
+# }
}
diff --git a/client/coral-admin/src/translations.json b/client/coral-admin/src/translations.json
index f3deb6792..92e5d098a 100644
--- a/client/coral-admin/src/translations.json
+++ b/client/coral-admin/src/translations.json
@@ -112,7 +112,7 @@
"dashboard": {
"no_flags": "There have been no flags in the last 5 minutes! Hooray!",
"no_likes": "There have been no likes in the last 5 minutes. All quiet.",
- "comment_count": "Comments"
+ "comment_count": "comments"
},
"streams": {
"empty_result": "No assets match this search. Maybe try widening your search?",
@@ -222,7 +222,7 @@
"dashbord": {
"no_flags": "¡Nadie ha marcado nada en los últimos 5 minutos! ¡Bravo!",
"no_likes": "A nadie le ha gustado algún comentario en los últimos 5 minutos. Todo tranquilo.",
- "comment_count": "Comentarios"
+ "comment_count": "comentarios"
},
"streams": {
"empty_result": "No se encuentro articulo con esta busqueda. Tal vez extender la busqueda?",