-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp-app-copy.ts
More file actions
16 lines (13 loc) · 905 Bytes
/
Copy pathhelp-app-copy.ts
File metadata and controls
16 lines (13 loc) · 905 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**
* Shared user-visible strings for Help and About so messaging stays consistent.
* English only (project rule).
*/
/** Short product line for About and cross-references. */
export const APP_ONE_LINE =
"NoSuckShell is a cross-platform SSH workspace: saved hosts, split terminals, optional broadcast, file panes, and optional PROXMUX (Proxmox).";
/** Intro paragraph for the Help “Get support” section. */
export const HELP_SUPPORT_INTRO =
"For bugs or feature requests, open an issue on GitHub. Include steps to reproduce, what you expected, and your app version. For security vulnerabilities, follow the security policy — do not post secrets or credentials in public issues.";
/** Shorter support hint for the About tab (companion to Help). */
export const ABOUT_SUPPORT_SUMMARY =
"Questions and bugs: GitHub Issues. Security issues: use the private process in the security policy.";