diff options
author | Frank Grutzmacher <frank.gruetzmacher@t-systems.com> | 2021-07-21 09:55:25 +0200 |
---|---|---|
committer | Frank Grutzmacher <frank.gruetzmacher@t-systems.com> | 2021-07-21 09:55:25 +0200 |
commit | 3fb5e3aa70f26a7cc39b0ee756c97d4490d0bd94 (patch) | |
tree | bb923c1a662bcae032a0028c29290895d415ea60 /cds-ui | |
parent | cc7b12386f6ada2cabead94da33cf3ed68ac8cf7 (diff) |
Fix typos
Issue-ID: CCSDK-3371
Signed-off-by: Frank Grutzmacher <frank.gruetzmacher@t-systems.com>
Change-Id: I367b59b2986b4a02acbcbe73fb3376002c81fdc4
Diffstat (limited to 'cds-ui')
-rw-r--r-- | cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/guideSteps.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/guideSteps.ts b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/guideSteps.ts index 6601e2f17..99f748546 100644 --- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/guideSteps.ts +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/guideSteps.ts @@ -52,23 +52,23 @@ export const steps = [ // content: 'Set your package custom keys (Optional)', // title: 'Package keys', // }, - // Temaplate & Mapping + // Template & Mapping { anchorId: 'tm-templateTab', content: 'A template is an artifact, and uses Modeling Concepts#artifact-mapping-resource and artifact-template-velocity. ', - title: 'Temaplate & Mapping', + title: 'Template & Mapping', stepId: 'tm-templateTab' }, { anchorId: 'tm-templateName', content: 'Set your Template & Mapping Name.', - title: 'Temaplte & Mapping name', + title: 'Template & Mapping name', stepId: 'tm-templateName' }, { anchorId: 'tm-templateType', content: 'Set your Template Type.', - title: 'Temaplte Type', + title: 'Template Type', }, { anchorId: 'tm-templateContent', |