Skip to content

Commit

Permalink
fix: changed overlay position and updated notification info text (ope…
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadadeeltajamul authored and snglth committed Jan 9, 2024
1 parent 6327f3d commit cd28018
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/notification-preferences/NotificationPreferenceRow.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const NotificationPreferenceRow = ({ appId, preferenceName }) => {
<OverlayTrigger
id={tooltipId}
className="d-inline"
placement="top"
placement="right"
overlay={(
<Tooltip id={tooltipId}>
{preference.info}
Expand Down
11 changes: 3 additions & 8 deletions src/notification-preferences/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,9 @@ export const messages = defineMessages({
id: 'notification.preference.title',
defaultMessage: `{
text, select,
core {Core}
newPost {New Post}
newComment {New Comment}
newResponse {New Response}
newCommentOnPost {New Comment On Post}
newResponseOnComment {New Response On Comment}
newAssignment {New Assignment}
newGrade {New Grade}
core {Core notifications}
newDiscussionPost {New discussion posts}
newQuestionPost {New question posts}
other {{text}}
}`,
description: 'Display text for Notification Types',
Expand Down

0 comments on commit cd28018

Please sign in to comment.