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 8552b16 commit 277ff13Copy full SHA for 277ff13
src/sentry/static/sentry/app/views/groupActivity/index.jsx
@@ -89,8 +89,8 @@ const GroupActivity = React.createClass({
89
case 'unassigned':
90
return t('%s unassigned this issue', author);
91
case 'merge':
92
- return tn('%2$s merged %1$d issue into this isssue',
93
- '%2$s merged %1$d issues into this isssue',
+ return tn('%2$s merged %1$d issue into this issue',
+ '%2$s merged %1$d issues into this issue',
94
data.issues.length,
95
author);
96
default:
0 commit comments