From 4aea2f566675b944e2fa16ad14bbce85ce502d7e Mon Sep 17 00:00:00 2001 From: Sven Aelterman <17446043+SvenAelterman@users.noreply.github.com> Date: Mon, 6 Nov 2023 22:00:51 +0000 Subject: [PATCH 1/2] Fix typo --- ui/app/src/components/workspaces/WorkspaceProvider.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/src/components/workspaces/WorkspaceProvider.tsx b/ui/app/src/components/workspaces/WorkspaceProvider.tsx index d52e5021b2..baae9cea94 100644 --- a/ui/app/src/components/workspaces/WorkspaceProvider.tsx +++ b/ui/app/src/components/workspaces/WorkspaceProvider.tsx @@ -203,7 +203,7 @@ export const WorkspaceProvider: React.FunctionComponent = () => { - You are currently accessing this workspace using a TRE Admin role. Additional funcitonality requires a workspace role, such as Workspace Owner. + You are currently accessing this workspace using the TRE Admin role. Additional functionality requires a workspace role, such as Workspace Owner. )} From b4fead2f44799bb4afc2552860d337b4eeb96ff9 Mon Sep 17 00:00:00 2001 From: Sven Aelterman <17446043+SvenAelterman@users.noreply.github.com> Date: Tue, 7 Nov 2023 15:34:24 +0000 Subject: [PATCH 2/2] Increment UI version number --- ui/app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/package.json b/ui/app/package.json index 466c5d4535..f25aa6d087 100644 --- a/ui/app/package.json +++ b/ui/app/package.json @@ -1,6 +1,6 @@ { "name": "tre-ui", - "version": "0.5.15", + "version": "0.5.16", "private": true, "dependencies": { "@azure/msal-browser": "^2.35.0",