diff --git a/frontend/src/pages/SubscriberCreate.tsx b/frontend/src/pages/SubscriberCreate.tsx
index 6b9a1f760042df24ecf65d18293d0b10a7d03789..96ac29e644432f1b06cc1735af903d5dd324ec83 100644
--- a/frontend/src/pages/SubscriberCreate.tsx
+++ b/frontend/src/pages/SubscriberCreate.tsx
@@ -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%" }}>
diff --git a/frontend/src/pages/SubscriberRead.tsx b/frontend/src/pages/SubscriberRead.tsx
index abbb580dd0715fa7954769a21d7bb48e99177433..18a2bf590efe324941f68e544e1ba36be3fdfb95 100644
--- a/frontend/src/pages/SubscriberRead.tsx
+++ b/frontend/src/pages/SubscriberRead.tsx
@@ -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>