forked from forgejo/forgejo
rename tributeValues to mentionValues (#25375)
Very simple change, just rename this variable so it does not feature the name of the module.
This commit is contained in:
parent
33cd74ad70
commit
ef6f5f0124
5 changed files with 6 additions and 6 deletions
|
@ -31,7 +31,7 @@ function makeCollections({mentions, emoji}) {
|
|||
|
||||
if (mentions) {
|
||||
collections.push({
|
||||
values: window.config.tributeValues,
|
||||
values: window.config.mentionValues,
|
||||
requireLeadingSpace: true,
|
||||
menuItemTemplate: (item) => {
|
||||
return `
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue