fix: refs #7025 bold title
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Jorge Penadés 2024-04-24 10:21:53 +02:00
parent 5c4259aec3
commit 63993a7c65
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ module.exports = Self => {
const {name, lang} = await models.VnUser.findById(orgData.editorFk, {fields: ['name', 'lang']});
const to = `@${name}`;
let message = `*${locale[lang].name} changes*:\n`;
let message = `**${locale[lang].name} changes**:\n`;
const datePattern = /^\d{4}-\d{2}-\d{2}(T\d{2}:\d{2}:\d{2}(.\d{3})?Z)?$/; // ISO Date
for (let [key, value] of Object.entries(changes)) {