Skip to content

Commit

Permalink
twa(front): Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Elena Zioga <elena@arrikto.com>
  • Loading branch information
elenzio9 committed Feb 28, 2023
1 parent 8f98d78 commit c499f7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand Down

0 comments on commit c499f7a

Please sign in to comment.