From 74fcf68fd5417520c80c4bc8a570d4043b05db58 Mon Sep 17 00:00:00 2001 From: Arie Peterson <arie@greenhost.nl> Date: Thu, 8 Jun 2023 07:02:22 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- frontend/src/components/UserModal/consts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/UserModal/consts.ts b/frontend/src/components/UserModal/consts.ts index 6332adcf..63ed9b85 100644 --- a/frontend/src/components/UserModal/consts.ts +++ b/frontend/src/components/UserModal/consts.ts @@ -33,7 +33,7 @@ export const appAccessList = [ }, ]; -// List of external application which are not part of zulip. This is to +// List of external application which are not part of Stackspin. This is to // load nice icons and labels. Because in the future translations are planned // this list is included in the frontend and do not rely on the information // provides by the baccken. -- GitLab