From ff33c0d122f38422f6e6bae4e03a2735f9568cc3 Mon Sep 17 00:00:00 2001 From: Magnus Jensen Date: Tue, 11 Nov 2025 21:38:41 +0200 Subject: [PATCH] Replace non-sense placeholder text with actual value (#35544) **Related issue:** Resolves #35541 # Checklist for submitter If some of the following don't apply, delete the relevant line. - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/guides/committing-changes.md#changes-files) for more information. ## Testing - [x] Added/updated automated tests - [x] QA'd all new/changed functionality manually image --- changes/35541-nonsense-ui-text | 1 + .../CertificateDetailsModal/CertificateDetailsModal.tsx | 8 +------- 2 files changed, 2 insertions(+), 7 deletions(-) create mode 100644 changes/35541-nonsense-ui-text diff --git a/changes/35541-nonsense-ui-text b/changes/35541-nonsense-ui-text new file mode 100644 index 0000000000..38117cc1b9 --- /dev/null +++ b/changes/35541-nonsense-ui-text @@ -0,0 +1 @@ +* Fixed non-sense UI placeholder element, by replacing it with it's actual value. \ No newline at end of file diff --git a/frontend/pages/hosts/details/modals/CertificateDetailsModal/CertificateDetailsModal.tsx b/frontend/pages/hosts/details/modals/CertificateDetailsModal/CertificateDetailsModal.tsx index b74238b259..ee8d33d987 100644 --- a/frontend/pages/hosts/details/modals/CertificateDetailsModal/CertificateDetailsModal.tsx +++ b/frontend/pages/hosts/details/modals/CertificateDetailsModal/CertificateDetailsModal.tsx @@ -96,13 +96,7 @@ const CertificateDetailsModal = ({ {subjectOrganization && ( - } + value={} orientation="horizontal" /> )}