+
{message}
{this.props.text}
diff --git a/client/src/core-components/info-tooltip.scss b/client/src/core-components/info-tooltip.scss
index 4fc65c39..63691bad 100644
--- a/client/src/core-components/info-tooltip.scss
+++ b/client/src/core-components/info-tooltip.scss
@@ -2,7 +2,7 @@
.info-tooltip {
&__text {
- &__title {
+ &-title {
color: $secondary-blue;
font-size: $font-size--md;
}
@@ -18,7 +18,7 @@
}
.info-tooltip__text {
- &__title {
+ &-title {
color: $primary-red;
}
}
diff --git a/client/src/data/languages/en.js b/client/src/data/languages/en.js
index 25e74b18..556666fc 100644
--- a/client/src/data/languages/en.js
+++ b/client/src/data/languages/en.js
@@ -72,6 +72,8 @@ export default {
'UN_ASSIGN': 'Unassign',
'VIEW_TICKET': 'View Ticket',
'SELECT_CUSTOM_RESPONSE': 'Select a custom response...',
+ 'WARNING': 'Warning',
+ 'INFO': 'Information',
//VIEW DESCRIPTIONS
'CREATE_TICKET_DESCRIPTION': 'This is a form for creating tickets. Fill the form and send us your issues/doubts/suggestions. Our support system will answer it as soon as possible.',
@@ -108,4 +110,4 @@ export default {
'OLD_PASSWORD_INCORRECT': 'Old password is incorrect',
'WILL_LOSE_CHANGES': 'You haven\'t save. Your changes will be lost.',
'WILL_DELETE_CUSTOM_RESPONSE': 'The custom response will be deleted.'
-};
\ No newline at end of file
+};