Skip to content

Commit 37900b5

Browse files
authored
Update index.html
1 parent 4dc7400 commit 37900b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

esim/uicc-parameter/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,13 +317,13 @@ <h2>UICC_SYSTEM_SPECIFIC_PARAMETERS</h2>
317317
<button onClick={() => copyToClipboard(generatedUssp)}>クリップボードにコピー</button>
318318
</div>
319319

320-
<h2>APP_SPECIFIC_PARAMETERS</h2>
320+
<h2>APP_SPECIFIC_PARAMETERS (STORE DATA)</h2>
321321
<code>{generatedAsp}</code>
322322
<div style={{ display: "flex", justifyContent: "end", marginTop: "0.5rem" }}>
323323
<button onClick={() => copyToClipboard(generatedAsp)}>クリップボードにコピー</button>
324324
</div>
325325

326-
<h2>--params for GlobalPlatformPro</h2>
326+
<h2>--params for GlobalPlatformPro (C9)</h2>
327327
<code>{gpParams}</code>
328328
<div style={{ display: "flex", justifyContent: "end", marginTop: "0.5rem" }}>
329329
<div>

0 commit comments

Comments
 (0)