diff --git a/client/coral-admin/src/index.js b/client/coral-admin/src/index.js index 00190847a..9a532856e 100644 --- a/client/coral-admin/src/index.js +++ b/client/coral-admin/src/index.js @@ -7,7 +7,6 @@ import store from './services/store'; import App from './components/App'; -import 'react-mdl/extra/material.css'; import 'react-mdl/extra/material.js'; render( diff --git a/client/coral-embed-stream/src/Embed.js b/client/coral-embed-stream/src/Embed.js index 918d8a4c7..5818da2dd 100644 --- a/client/coral-embed-stream/src/Embed.js +++ b/client/coral-embed-stream/src/Embed.js @@ -120,7 +120,7 @@ class Embed extends Component {
- + {lang.t('MY_COMMENTS')} Configure Stream diff --git a/client/coral-framework/graphql/queries/streamQuery.graphql b/client/coral-framework/graphql/queries/streamQuery.graphql index e9f4c827c..03af1de4c 100644 --- a/client/coral-framework/graphql/queries/streamQuery.graphql +++ b/client/coral-framework/graphql/queries/streamQuery.graphql @@ -29,6 +29,7 @@ query AssetQuery($asset_id: ID, $asset_url: String!, $comment_id: ID!, $has_comm requireEmailConfirmation } commentCount + totalCommentCount comments(limit: 10) { ...commentView replyCount diff --git a/client/coral-settings/translations.json b/client/coral-settings/translations.json index 7b6ce2344..9ed95f6fc 100644 --- a/client/coral-settings/translations.json +++ b/client/coral-settings/translations.json @@ -10,13 +10,13 @@ "fromSettingsPage": "From the Profile Page you can see your comment history." }, "es":{ - "profile": "Pérfil", - "userNoComment": "No has dejado áun ningún comentario. ¡Unete a la conversación!", + "profile": "Perfil", + "userNoComment": "No has dejado aún ningún comentario. ¡Únete a la conversación!", "allComments": "Todos los comentarios", - "profileSettings": "Configuración del pérfil", + "profileSettings": "Configuración del perfil", "myCommentHistory": "Mi historial de comentarios", "signIn": "Entrar", - "toAccess": "para acceder a al pérfil", - "fromSettingsPage": "Desde la peagina de configuración puedes ver tu historia de comentarios." + "toAccess": "para acceder a al perfil", + "fromSettingsPage": "Desde la página de configuración puedes ver tu historia de comentarios." } } diff --git a/views/admin.ejs b/views/admin.ejs index 36e3d15c8..947f15425 100644 --- a/views/admin.ejs +++ b/views/admin.ejs @@ -21,7 +21,7 @@ - +