FIX: Missing translation key for Reviewable -> Deleted

This commit is contained in:
Robin Ward 2019-04-08 16:12:22 -04:00
parent aec457e09a
commit cc53f902c6
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ function dataFor(status) {
case IGNORED:
return { icon: "external-link-alt", name: "ignored" };
case DELETED:
return { icon: "trash", name: "review.statuses.deleted.title" };
return { icon: "trash", name: "deleted" };
}
}