front/BaseFooter: fix app version local

This commit is contained in:
Alice Gaudon 2021-11-28 16:42:22 +01:00
parent 9674fc87dd
commit d1ff09fcc8
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@
}
</style>
<footer>{$locals.app.name} v{$locals.app_version} - all rights reserved.</footer>
<footer>{$locals.app.name} v{$locals.app.version} - all rights reserved.</footer>