We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b50f8 commit 05990f0Copy full SHA for 05990f0
src/sentry/static/sentry/app/components/activity/item.jsx
@@ -80,7 +80,7 @@ const ActivityItem = React.createClass({
80
});
81
case 'set_muted':
82
if (data.snoozeDuration) {
83
- return tct('[author] snoozed [link:an issue] for %(duration)s', {
+ return tct('[author] snoozed [link:an issue] for [duration]', {
84
author: author,
85
duration: <Duration seconds={data.snoozeDuration * 60} />,
86
link: <Link to={`/${orgId}/${project.slug}/issues/${issue.id}/`} />
0 commit comments