Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NovemLinguae committed Apr 10, 2024
1 parent 0de9395 commit 4d6bab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/submissions.js
Original file line number Diff line number Diff line change
Expand Up @@ -2338,7 +2338,7 @@
AFCH.actions.notifyUser( submitter, {
message: AFCH.msg.get( 'accepted-submission',
{ $1: newPage, $2: data.newAssessment } ),
summary: "Notification: Your [[Insert accepted article's title here|Articles for creation]] submission has been accepted"
summary: 'Notification: Your [[' + AFCH.consts.pagename + '|Articles for Creation submission]] has been accepted'
} );
} );
}
Expand Down

0 comments on commit 4d6bab3

Please sign in to comment.