mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 16:55:08 +00:00
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:
|
case IGNORED:
|
||||||
return { icon: "external-link-alt", name: "ignored" };
|
return { icon: "external-link-alt", name: "ignored" };
|
||||||
case DELETED:
|
case DELETED:
|
||||||
return { icon: "trash", name: "review.statuses.deleted.title" };
|
return { icon: "trash", name: "deleted" };
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user