chore: message string added for links (#36678)
This commit is contained in:
parent
a01edffbc3
commit
877ee4cd0a
|
|
@ -247,6 +247,7 @@ export const FORK_APP = () => `Fork app`;
|
||||||
export const SIGN_IN = () => `Sign in`;
|
export const SIGN_IN = () => `Sign in`;
|
||||||
export const SHARE_APP = () => `Share app`;
|
export const SHARE_APP = () => `Share app`;
|
||||||
export const ALL_APPS = () => `All apps`;
|
export const ALL_APPS = () => `All apps`;
|
||||||
|
export const KNOW_MORE = () => "Know more";
|
||||||
|
|
||||||
export const EDITOR_HEADER = {
|
export const EDITOR_HEADER = {
|
||||||
saving: () => "Saving",
|
saving: () => "Saving",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user