FIX: Missing translation key for Reviewable -> Deleted
This commit is contained in:
parent
aec457e09a
commit
cc53f902c6
|
@ -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" };
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue