Change (dirty) in about message to (modified) to make it clearer for users
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Elara 2023-12-14 14:17:10 -08:00
parent 4b1ef6872a
commit b469248538
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ func getCommit() string {
commit = "`" + setting.Value + "`"
case "vcs.modified":
if setting.Value == "true" {
commit += " (dirty)"
commit += " (modified)"
}
}
}