From c499f7a9953df6c529dea12e4817129a847420d6 Mon Sep 17 00:00:00 2001 From: Elena Zioga Date: Tue, 28 Feb 2023 17:10:17 +0200 Subject: [PATCH] twa(front): Fix typo Signed-off-by: Elena Zioga --- .../tensorboards/frontend/src/app/pages/index/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/crud-web-apps/tensorboards/frontend/src/app/pages/index/config.ts b/components/crud-web-apps/tensorboards/frontend/src/app/pages/index/config.ts index f027cd9f597..63fdc0d647b 100644 --- a/components/crud-web-apps/tensorboards/frontend/src/app/pages/index/config.ts +++ b/components/crud-web-apps/tensorboards/frontend/src/app/pages/index/config.ts @@ -59,7 +59,7 @@ const actionsCol: TableColumn = { value: new ActionListValue([ new ActionButtonValue({ name: 'connect', - tooltip: $localize`Connect to the Tensorboaard Server`, + tooltip: $localize`Connect to the Tensorboard Server`, color: 'primary', field: 'connectAction', text: $localize`CONNECT`,