chore: message string added for links (#36678)

This commit is contained in:
Ayush Pahwa 2024-10-03 19:15:06 +08:00 committed by GitHub
parent a01edffbc3
commit 877ee4cd0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -247,6 +247,7 @@ export const FORK_APP = () => `Fork app`;
export const SIGN_IN = () => `Sign in`;
export const SHARE_APP = () => `Share app`;
export const ALL_APPS = () => `All apps`;
export const KNOW_MORE = () => "Know more";
export const EDITOR_HEADER = {
saving: () => "Saving",