diff options
-rw-r--r-- | webui/src/components/Header/Header.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webui/src/components/Header/Header.tsx b/webui/src/components/Header/Header.tsx index 0bbbe3bb..5c03a5ec 100644 --- a/webui/src/components/Header/Header.tsx +++ b/webui/src/components/Header/Header.tsx @@ -51,7 +51,7 @@ const DisabledTabWithTooltip = (props: TabProps) => { * See: https://material-ui.com/components/tooltips/#disabled-elements * This must be done in a wrapper component, otherwise the TabS component * cannot pass it styles down to the Tab component. Resulting in (console) - * warnings. This wrapper acceps the passed down TabProps and pass it around + * warnings. This wrapper accepts the passed down TabProps and pass it around * the span element to the Tab component. */ const msg = `This feature doesn't exist yet. Come help us build it.`; |