Skip to content

Commit

Permalink
fix: typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mjatin-dev committed May 3, 2022
1 parent 6d55d8a commit 3588b3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin-ui/app/utils/LicenseScreens/ApiKey.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function ApiKey() {
{!isLicenceAPIkeyValid ? (
<div className="row">
<div className="col-md-8 mx-auto">
<label>Api Keys*</label>
<label>Api Key*</label>
<input
type="text"
className={
Expand Down Expand Up @@ -177,7 +177,7 @@ function ApiKey() {
) : (
<div className="row">
<div className="col-md-8 mx-auto">
<label>License Keys*</label>
<label>License Key*</label>
<input
type="text"
className={
Expand Down

0 comments on commit 3588b3f

Please sign in to comment.