Fix wording

This commit is contained in:
Gustavo Maximiliano Cortez 2017-11-10 10:31:26 -03:00
parent 461b8e2159
commit 081eed7569
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
1 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@ export function createTranslateLoader(http: HttpClient) {
return new TranslatePoHttpLoader(http, 'assets/i18n', '.po');
}
let declarations: any = [
let directives: any = [
CopyToClipboard
];
@ -195,7 +195,7 @@ let providers: any = [
];
export function declarationsComponents() {
return pages.concat(declarations);
return pages.concat(directives);
}
export function entryComponents() {