all: Change site to project where appropriate

Closes #14504
This commit is contained in:
Joe Mooring
2026-02-12 11:52:56 -08:00
committed by GitHub
parent 7137714827
commit 19ab3f581c
45 changed files with 143 additions and 140 deletions
+1 -1
View File
@@ -352,7 +352,7 @@ func (l *logAdapter) Warnidf(id, format string, v ...any) {
}
func (l *logAdapter) idfInfoStatement(what, id, format string) string {
return fmt.Sprintf("\nYou can suppress this %s by adding the following to your site configuration:\nignoreLogs = ['%s']", what, id)
return fmt.Sprintf("\nYou can suppress this %s by adding the following to your project configuration:\nignoreLogs = ['%s']", what, id)
}
func (l *logAdapter) Trace(s logg.StringFunc) {