mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 04:25:55 +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
@@ -164,11 +164,11 @@ usersAPI.follow = async function (caller, data) {
|
||||
|
||||
const notifObj = await notifications.create({
|
||||
type: 'follow',
|
||||
bodyShort: `[[notifications:user_started_following_you, ${displayname}]]`,
|
||||
bodyShort: `[[notifications:user-started-following-you, ${displayname}]]`,
|
||||
nid: `follow:${data.uid}:uid:${caller.uid}`,
|
||||
from: caller.uid,
|
||||
path: `/uid/${data.uid}/followers`,
|
||||
mergeId: 'notifications:user_started_following_you',
|
||||
mergeId: 'notifications:user-started-following-you',
|
||||
});
|
||||
if (!notifObj) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user