forked from FoundKeyGang/FoundKey
rename: BIOS -> Repair Tool
This commit is contained in:
parent
e3d4d6d5b2
commit
ac9ef2beba
2 changed files with 3 additions and 3 deletions
|
@ -135,7 +135,7 @@
|
|||
<br>
|
||||
<a href="/bios">
|
||||
<button class="button-small">
|
||||
<span class="button-label-small">Attempt to repair in BIOS</span>
|
||||
<span class="button-label-small">Attempt to repair in Repair Tool</span>
|
||||
</button>
|
||||
</a>
|
||||
<br>
|
||||
|
|
|
@ -5,7 +5,7 @@ html
|
|||
head
|
||||
meta(charset='utf-8')
|
||||
meta(name='application-name' content='Misskey')
|
||||
title Misskey BIOS
|
||||
title Misskey Repair Tool
|
||||
style
|
||||
include ../bios.css
|
||||
script
|
||||
|
@ -13,7 +13,7 @@ html
|
|||
|
||||
body
|
||||
header
|
||||
h1 Misskey BIOS #{version}
|
||||
h1 Misskey Repair Tool #{version}
|
||||
main
|
||||
div.tabs
|
||||
button#ls edit local storage
|
||||
|
|
Loading…
Reference in a new issue