From 44227c5d7aa1da6498b16ddafb5228f475d0af68 Mon Sep 17 00:00:00 2001 From: Tomas Uribe Date: Fri, 20 Sep 2024 15:53:02 -0500 Subject: [PATCH] Update try-it-out-button.jsx The red "Cancel" button makes it look like a request was already issued (by the "Try it out" button). First-time users of this UI might think that there is a pending request to be canceled. Replacing "Cancel" by "Close" clarifies this a little. --- src/core/components/try-it-out-button.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/components/try-it-out-button.jsx b/src/core/components/try-it-out-button.jsx index 176ce314c81..5d085e8658c 100644 --- a/src/core/components/try-it-out-button.jsx +++ b/src/core/components/try-it-out-button.jsx @@ -28,8 +28,8 @@ export default class TryItOutButton extends React.Component { return (
{ - enabled ? - : + enabled ? + : } {