9 lines
286 B
TypeScript
9 lines
286 B
TypeScript
|
export default {
|
||
|
"common-help": {
|
||
|
helpToggleInfo:
|
||
|
"This toggle will enable / disable part of the help info in the console. Includes any help text, links and popovers.",
|
||
|
showPassword: "Show password field in clear text",
|
||
|
helpFileUpload: "Upload a JSON file",
|
||
|
},
|
||
|
};
|