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