dictionary.js 392 B

12345678
  1. const dictionary = {
  2. welcome: {
  3. title: "Hello in cx-doxy.",
  4. description: "This is sample cx-doxy description. You can change it in the assets/dictionary.js. This would be displayed, when user get into app, and does not select any submission yes. The best practise is insert there information about project which is documented by the app."
  5. }
  6. };
  7. export { dictionary };