);
diff --git a/client/coral-settings/translations.json b/client/coral-settings/translations.json
index 2a827a4f0..953708e61 100644
--- a/client/coral-settings/translations.json
+++ b/client/coral-settings/translations.json
@@ -3,12 +3,18 @@
"userNoComment": "This user has not yet left a comment.",
"allComments": "All Comments",
"profileSettings": "Profile Settings",
- "myCommentHistory": "My comment History"
+ "myCommentHistory": "My comment History",
+ "signIn": "Sign in",
+ "toAccess": " to access Settings",
+ "fromSettingsPage": "From the Settings Page you can see your comment history."
},
"es":{
"userNoComment": "Aún no ha escrito ningún comentario.",
"allComments": "Todos los comentarios",
"profileSettings": "Configuración del perfil",
- "myCommentHistory": "Mi historial de comentarios"
+ "myCommentHistory": "Mi historial de comentarios",
+ "signIn": "Entrar",
+ "toAccess": "para acceder a la configuración",
+ "fromSettingsPage": "Desde la peagina de configuración puede ver su historia de comentarios."
}
}
diff --git a/client/coral-ui/components/Tab.css b/client/coral-ui/components/Tab.css
index dfd8d65f1..1d353c8fe 100644
--- a/client/coral-ui/components/Tab.css
+++ b/client/coral-ui/components/Tab.css
@@ -1,5 +1,6 @@
li.base--active {
background: white;
+ font-weight: bold;
}
li.material--active {
diff --git a/views/embed/stream.ejs b/views/embed/stream.ejs
index 77b392b5f..fe7baf919 100644
--- a/views/embed/stream.ejs
+++ b/views/embed/stream.ejs
@@ -3,7 +3,7 @@
-
+
<% if (locals.customCssUrl) { %>