You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2021/09/15 14:49:08 UTC

[brooklyn-ui] 02/05: fix typo re sensitive config warning

This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-ui.git

commit db4cb5a7097ff9d3a0135651df98d67fcf192443
Author: Alex Heneveld <al...@cloudsoftcorp.com>
AuthorDate: Wed Sep 15 12:10:19 2021 +0100

    fix typo re sensitive config warning
---
 .../app/components/config-sensor-table/config-sensor-table.directive.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui-modules/app-inspector/app/components/config-sensor-table/config-sensor-table.directive.js b/ui-modules/app-inspector/app/components/config-sensor-table/config-sensor-table.directive.js
index 00ba0dd..5e6f486 100644
--- a/ui-modules/app-inspector/app/components/config-sensor-table/config-sensor-table.directive.js
+++ b/ui-modules/app-inspector/app/components/config-sensor-table/config-sensor-table.directive.js
@@ -44,7 +44,7 @@ export function configSensorTableDirective(brSnackbar) {
     function link(scope) {
         scope.items = [];
         scope.mapInfo = {};
-        scope.WARNING_TEXT = 'This value is identified as potentially sensitive based on the name and so it ' +
+        scope.WARNING_TEXT = 'This value is identified as potentially sensitive based on the name and so is ' +
             'blurred here by default. However it is supplied in the blueprint as plaintext which is not secure. An ' +
             'external provider should be used to store this value with a DSL expression supplied in the blueprint to ' +
             'retrieve the value.';