mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	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:
		| @@ -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 ` | ||||
|   | ||||
		Reference in New Issue
	
	Block a user