mirror of
https://github.com/yude-jp/yude.jp
synced 2024-12-22 12:10:11 +09:00
Add "またはプレイヤー名"
This commit is contained in:
parent
9e2f51eb5f
commit
db8a0af6ca
@ -1,7 +1,7 @@
|
||||
function App (props) {
|
||||
return (
|
||||
<div className="text-center">
|
||||
<h2>入力された UUID に該当するプレイヤーが見つかりませんでした。</h2>
|
||||
<h2>入力された UUID またはプレイヤー名に該当するプレイヤーが見つかりませんでした。</h2>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user