mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 00:56:13 +01:00
feat: update all language keys to use - instead of _ (#12059)
* feat: update all language keys to use - instead of _ * refactor: update language keys
This commit is contained in:
committed by
GitHub
parent
fb5b8e49fe
commit
844cb91beb
@@ -196,7 +196,7 @@ module.exports = function (Posts) {
|
||||
type: 'post-queue',
|
||||
nid: `post-queue-${id}`,
|
||||
mergeId: 'post-queue',
|
||||
bodyShort: '[[notifications:post_awaiting_review]]',
|
||||
bodyShort: '[[notifications:post-awaiting-review]]',
|
||||
bodyLong: bodyLong,
|
||||
path: `/post-queue/${id}`,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user