fix: refs #7025 bold title
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
5c4259aec3
commit
63993a7c65
|
@ -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)) {
|
||||
|
|
Loading…
Reference in New Issue