diff --git a/client/src/components/Apps/AppGrid/AppGrid.tsx b/client/src/components/Apps/AppGrid/AppGrid.tsx
index 42913e0..e1af4ca 100644
--- a/client/src/components/Apps/AppGrid/AppGrid.tsx
+++ b/client/src/components/Apps/AppGrid/AppGrid.tsx
@@ -55,14 +55,14 @@ export const AppGrid = (props: Props): JSX.Element => {
apps = (
There are no pinned categories. You can pin them from the{' '}
- /apps menu
+ /applications menu
);
} else {
apps = (
You don't have any apps. You can add a new one from{' '}
- /apps menu
+ /applications menu
);
}