Skip to content

Commit

Permalink
Merge pull request #120 from christyfernandes/cbrelease-4.8.19
Browse files Browse the repository at this point in the history
Cbrelease 4.8.19
  • Loading branch information
christyfernandes authored Nov 7, 2024
2 parents 890bd20 + 5fa999d commit e8aab62
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 13 deletions.
14 changes: 9 additions & 5 deletions iGOT/client-assets/assets/configurations/feature/event.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
"color": "#006400"
},
"commentBox": {
"placeholder": "Ask a question or post a comment"
"placeholder": "Start a discussion"
},
"postBtn": {
"text": "Post"
Expand All @@ -237,7 +237,9 @@
"show": true,
"icon": "report",
"successMsg": "Reported successfully! Thank you for reporting.",
"errorMsg": "Something went wrong! please try reporting again later."
"errorMsg": "Something went wrong! please try reporting again later.",
"showToolTip": true,
"toolTipText":"Report this comment"
},
"actions": {
"like": {
Expand Down Expand Up @@ -283,7 +285,7 @@
"color": "#006400"
},
"commentBox": {
"placeholder": "post a reply"
"placeholder": "Add a comment"
},
"postBtn": {
"text": "Reply"
Expand All @@ -296,7 +298,9 @@
"show": true,
"icon": "report",
"successMsg": "Reported successfully! Thank you for reporting.",
"errorMsg": "Something went wrong! please try reporting again later."
"errorMsg": "Something went wrong! please try reporting again later.",
"showToolTip": true,
"toolTipText":"Report this comment"
},
"actions": {
"like": {
Expand All @@ -315,5 +319,5 @@
}
}
},
"commentsTab": false
"commentsTab": true
}
12 changes: 8 additions & 4 deletions iGOT/client-assets/assets/configurations/feature/toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@
"color": "#006400"
},
"commentBox": {
"placeholder": "Ask a question or post a comment"
"placeholder": "Start a discussion"
},
"postBtn": {
"text": "Post"
Expand All @@ -372,7 +372,9 @@
"show": true,
"icon": "report",
"successMsg": "Reported successfully! Thank you for reporting.",
"errorMsg": "Something went wrong! please try reporting again later."
"errorMsg": "Something went wrong! please try reporting again later.",
"showToolTip": true,
"toolTipText":"Report this comment"
},
"actions": {
"like": {
Expand Down Expand Up @@ -411,7 +413,7 @@
"color": "#006400"
},
"commentBox": {
"placeholder": "post a reply"
"placeholder": "Add a comment"
},
"postBtn": {
"text": "Reply"
Expand All @@ -424,7 +426,9 @@
"show": true,
"icon": "report",
"successMsg": "Reported successfully! Thank you for reporting.",
"errorMsg": "Something went wrong! please try reporting again later."
"errorMsg": "Something went wrong! please try reporting again later.",
"showToolTip": true,
"toolTipText":"Report this comment"
},
"actions": {
"like": {
Expand Down
12 changes: 8 additions & 4 deletions iGOT/client-assets/assets/configurations/feature/tocExt.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"color": "#006400"
},
"commentBox": {
"placeholder": "Ask a question or post a comment"
"placeholder": "Start a discussion"
},
"postBtn": {
"text": "Post"
Expand All @@ -36,7 +36,9 @@
"show": true,
"icon": "report",
"successMsg": "Reported successfully! Thank you for reporting.",
"errorMsg": "Something went wrong! please try reporting again later."
"errorMsg": "Something went wrong! please try reporting again later.",
"showToolTip": true,
"toolTipText":"Report this comment"
},
"actions": {
"like": {
Expand Down Expand Up @@ -75,7 +77,7 @@
"color": "#006400"
},
"commentBox": {
"placeholder": "post a reply"
"placeholder": "Add a comment"
},
"postBtn": {
"text": "Reply"
Expand All @@ -88,7 +90,9 @@
"show": true,
"icon": "report",
"successMsg": "Reported successfully! Thank you for reporting.",
"errorMsg": "Something went wrong! please try reporting again later."
"errorMsg": "Something went wrong! please try reporting again later.",
"showToolTip": true,
"toolTipText":"Report this comment"
},
"actions": {
"like": {
Expand Down

0 comments on commit e8aab62

Please sign in to comment.