mergeDev/campaign #73

Closed
Ghost wants to merge 208 commits from mergeDev/campaign into develop
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 6bd4ebce2e - Show all commits

View File

@ -3,7 +3,7 @@ package subject
import "fmt"
func getNewsValue(val string) string {
return fmt.Sprintf("%s.%s", prefixes.Order, val)
return fmt.Sprintf("%s.%s", prefixes.News, val)
}
var News = struct {