Skip to content

Commit c1bcfd4

Browse files
authored
Merge pull request #17 from bci-oss/fix/rename-rbs-to-esmf
Rename from rbs to esmf
2 parents d822905 + 387aefa commit c1bcfd4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/ng-generate/table/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"type": "string",
4949
"format": "html-selector",
5050
"description": "The prefix to apply to generated selectors.",
51-
"default": "rbs-ui",
51+
"default": "esmf-ui",
5252
"alias": "p"
5353
},
5454
"style": {

src/ng-generate/types/aspect-model-type-generator-visitor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export class AspectModelTypeGeneratorVisitor extends DefaultAspectModelVisitor<B
8383
visitAspect(aspect: Aspect, context: void): BaseMetaModelElement {
8484
const lines = [];
8585

86-
lines.push('/** Generated form RBS JS SDK Angular Schematics - PLEASE DO NOT CHANGE IT **/\n\n');
86+
lines.push('/** Generated form ESMF JS SDK Angular Schematics - PLEASE DO NOT CHANGE IT **/\n\n');
8787
lines.push(`export interface MultiLanguageText {
8888
/** key defines the locale. Value is the translated text for that locale. */
8989
[key: string]: string;

src/utils/template-helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ export class TemplateHelper {
287287
}
288288

289289
getGenerationDisclaimerText(): string {
290-
return 'Generated from RBS JS SDK Angular Schematics - PLEASE DO NOT CHANGE IT';
290+
return 'Generated from ESMF JS SDK Angular Schematics - PLEASE DO NOT CHANGE IT';
291291
}
292292

293293
getLocalStoragePrefix(): string {

0 commit comments

Comments
 (0)