Only mention tool name in footer
in order to take a little step to make users more comfortable using the tool in enterprise environments refs #71 Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
3bc73a617d
commit
3e25f5f720
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@
|
|||
|
||||
<b-row class="mt-5">
|
||||
<b-col class="footer">
|
||||
{{ $t('text-powered-by') }} <a href="https://github.com/Luzifer/ots"><i class="fab fa-github" /> Luzifer/OTS</a> {{ $root.version }}
|
||||
{{ $t('text-powered-by') }} <a href="https://github.com/Luzifer/ots"><i class="fab fa-github" /> OTS</a> {{ $root.version }}
|
||||
</b-col>
|
||||
</b-row>
|
||||
</b-container>
|
||||
|
|
Loading…
Reference in a new issue