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>
|
<br>
|
||||||
<a href="/bios">
|
<a href="/bios">
|
||||||
<button class="button-small">
|
<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>
|
</button>
|
||||||
</a>
|
</a>
|
||||||
<br>
|
<br>
|
||||||
|
|
|
@ -5,7 +5,7 @@ html
|
||||||
head
|
head
|
||||||
meta(charset='utf-8')
|
meta(charset='utf-8')
|
||||||
meta(name='application-name' content='Misskey')
|
meta(name='application-name' content='Misskey')
|
||||||
title Misskey BIOS
|
title Misskey Repair Tool
|
||||||
style
|
style
|
||||||
include ../bios.css
|
include ../bios.css
|
||||||
script
|
script
|
||||||
|
@ -13,7 +13,7 @@ html
|
||||||
|
|
||||||
body
|
body
|
||||||
header
|
header
|
||||||
h1 Misskey BIOS #{version}
|
h1 Misskey Repair Tool #{version}
|
||||||
main
|
main
|
||||||
div.tabs
|
div.tabs
|
||||||
button#ls edit local storage
|
button#ls edit local storage
|
||||||
|
|
Loading…
Reference in a new issue