rename: BIOS -> Repair Tool

This commit is contained in:
syuilo 2022-07-05 17:46:17 +09:00
parent 40656e3ee2
commit cb246d3459
2 changed files with 3 additions and 3 deletions

View file

@ -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>

View file

@ -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