Skip to content
Snippets Groups Projects
Unverified Commit 7f9f6313 authored by Ian Chen's avatar Ian Chen Committed by GitHub
Browse files

Merge pull request #101 from Justin-Garey/main

fix: fix misspelled word
parents 879e9f0b 91f57b2d
Branches
Tags
No related merge requests found
......@@ -1749,7 +1749,7 @@ export default function SubscriberCreate() {
<div key={index} id={toHex(row.singleNssai!.sst) + row.singleNssai!.sd!}>
<Grid container spacing={2}>
<Grid item xs={10}>
<h3>S-NSSAI Configuragtion ({toHex(row.singleNssai!.sst) + row.singleNssai!.sd!})</h3>
<h3>S-NSSAI Configuration ({toHex(row.singleNssai!.sst) + row.singleNssai!.sd!})</h3>
</Grid>
<Grid item xs={2}>
<Box display="flex" justifyContent="flex-end">
......@@ -1769,7 +1769,7 @@ export default function SubscriberCreate() {
<Card variant="outlined">
<Table>
<TableBody
id={"S-NSSAI Configuragtion" + toHex(row.singleNssai!.sst) + row.singleNssai!.sd!}
id={"S-NSSAI Configuration" + toHex(row.singleNssai!.sst) + row.singleNssai!.sd!}
>
<TableRow>
<TableCell style={{ width: "50%" }}>
......
......@@ -358,7 +358,7 @@ export default function SubscriberRead() {
</Card>
{data?.SessionManagementSubscriptionData?.map((row, index) => (
<div key={index}>
<h3>S-NSSAI Configuragtion</h3>
<h3>S-NSSAI Configuration</h3>
<Card variant="outlined">
<Table>
<TableBody>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment