From 690d568b3bdb6658d047ce977457f58b9488e90f Mon Sep 17 00:00:00 2001 From: claire bontempo <68122737+hellobontempo@users.noreply.github.com> Date: Wed, 27 Sep 2023 11:54:11 -0700 Subject: [PATCH] fix typo (#23328) --- ui/app/models/pki/urls.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/models/pki/urls.js b/ui/app/models/pki/urls.js index 96e51542bc..e22bdaffc3 100644 --- a/ui/app/models/pki/urls.js +++ b/ui/app/models/pki/urls.js @@ -30,7 +30,7 @@ export default class PkiUrlsModel extends Model { crlDistributionPoints; @attr({ - label: 'OSCP Servers', + label: 'OCSP Servers', subText: 'Specifies the URL values for the OCSP Servers field.', showHelpText: false, editType: 'stringArray',