Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Building properly the notification level string #4143

Merged
merged 4 commits into from
Nov 19, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updating snapshot
  • Loading branch information
jespino committed Nov 6, 2019
commit 539e57b32681556445e6efba0f60f02e495e5e51
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,17 @@ exports[`components/channel_notifications_modal/NotificationSection should match
`;

exports[`components/channel_notifications_modal/NotificationSection should match snapshot, on global DEFAULT 1`] = `
<Fragment>
<FormattedMessage
defaultMessage="Global default"
id="channel_notifications.globalDefault"
values={Object {}}
/>
<span>
(
</span>
<FormattedMessage
defaultMessage="default"
id="channel_notifications.levels.default"
values={Object {}}
/>
<span>
)
</span>
</Fragment>
<FormattedMessage
defaultMessage="Global default ({notifyLevel})"
id="channel_notifications.globalDefault"
values={
Object {
"notifyLevel": <FormattedMessage
defaultMessage="default"
id="channel_notifications.levels.default"
values={Object {}}
/>,
}
}
/>
`;