Commit 74e30027 authored by Labros Papadopoulos's avatar Labros Papadopoulos
Browse files

fix: naming & toolitips

parent 47deb3b9
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -359,7 +359,7 @@ const PlatformOssAddModal: React.FC<PlatformOssAddModalProps> = ({

            <div className="flex items-center justify-between gap-3 text-foreground light">
              <div className="w-40 text-sm font-light text-maestro-black-80">
                OAUTH2_secret<sup>*</sup>
                OAUTH2 Secret<sup>*</sup>
              </div>
              <div className="w-80">
                <Controller
@@ -386,7 +386,7 @@ const PlatformOssAddModal: React.FC<PlatformOssAddModalProps> = ({

            <div className="flex items-center justify-between gap-3 text-foreground light">
              <div className="w-40 text-sm font-light text-maestro-black-80">
                OAUTH2_scopes<sup>*</sup>
                OAUTH2 Scopes<sup>*</sup>
              </div>
              <div className="w-80">
                <Controller
@@ -413,7 +413,7 @@ const PlatformOssAddModal: React.FC<PlatformOssAddModalProps> = ({

            <div className="flex items-center justify-between gap-3 text-foreground light">
              <div className="w-40 text-sm font-light text-maestro-black-80">
                OIDC provider url<sup>*</sup>
                OIDC Provider URL<sup>*</sup>
              </div>
              <div className="w-80">
                <Controller
@@ -440,7 +440,7 @@ const PlatformOssAddModal: React.FC<PlatformOssAddModalProps> = ({

            <div className="flex items-center justify-between gap-3 text-foreground light">
              <div className="w-40 text-sm font-light text-maestro-black-80">
                AUTH2 ID<sup>*</sup>
                OAUTH2 ID<sup>*</sup>
              </div>
              <div className="w-80">
                <Controller