mirror of
https://github.com/makeplane/plane.git
synced 2026-06-13 19:19:54 +00:00
dfce8c6278
* chore: admin folder structure * fix: copy right check and formatting * fix: types
20 lines
478 B
TypeScript
20 lines
478 B
TypeScript
/**
|
|
* Copyright (c) 2023-present Plane Software, Inc. and contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
* See the LICENSE file for details.
|
|
*/
|
|
|
|
export const CORE_HEADER_SEGMENT_LABELS: Record<string, string> = {
|
|
general: "General",
|
|
ai: "Artificial Intelligence",
|
|
email: "Email",
|
|
authentication: "Authentication",
|
|
image: "Image",
|
|
google: "Google",
|
|
github: "GitHub",
|
|
gitlab: "GitLab",
|
|
gitea: "Gitea",
|
|
workspace: "Workspace",
|
|
create: "Create",
|
|
};
|