Skip to content

Commit 277ff13

Browse files
committed
SPELLING!!!
1 parent 8552b16 commit 277ff13

File tree

1 file changed

+2
-2
lines changed
  • src/sentry/static/sentry/app/views/groupActivity

1 file changed

+2
-2
lines changed

src/sentry/static/sentry/app/views/groupActivity/index.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ const GroupActivity = React.createClass({
8989
case 'unassigned':
9090
return t('%s unassigned this issue', author);
9191
case 'merge':
92-
return tn('%2$s merged %1$d issue into this isssue',
93-
'%2$s merged %1$d issues into this isssue',
92+
return tn('%2$s merged %1$d issue into this issue',
93+
'%2$s merged %1$d issues into this issue',
9494
data.issues.length,
9595
author);
9696
default:

0 commit comments

Comments
 (0)