diff options
Diffstat (limited to 'core/entries.go')
| -rw-r--r-- | core/entries.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/entries.go b/core/entries.go index 5bbcd6c..681a10f 100644 --- a/core/entries.go +++ b/core/entries.go @@ -81,7 +81,7 @@ func genDay() string { // agplCompliance returns a string containing a footer linking to the source code func agplCompilance() string { - return TranslateString("\n\n---\n\n=> https://git.nytpu.com/comitium/about/ %s\n", "files.comitium_footer", &localizations.Replacements{"version": Version}) + return TranslateString("\n\n---\n\n=> https://git.nytpu.com/comitium/about/ %s\n", "files.comitium_footer", &localizations.Replacements{"version": Version, "commit": Commit}) } func (d *FullData) WriteSubs(dataPath string) error { |
