Skip to content

Commit

Permalink
style(import-export): rename functions in english
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbeau committed May 29, 2020
1 parent 07bd348 commit 9a63ecd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export class ImportExportComponent implements OnDestroy, OnInit {
private formBuilder: FormBuilder,
private config: ConfigService
) {
this.chargerConfiguration();
this.loadConfig();
this.buildForm();
}

Expand Down Expand Up @@ -172,7 +172,7 @@ export class ImportExportComponent implements OnDestroy, OnInit {
handleFileExportError(error, this.messageService, this.languageService);
}

private chargerConfiguration() {
private loadConfig() {
if (this.config.getConfig('importExport.forceNaming') !== undefined) {
this.forceNaming = this.config.getConfig('importExport.forceNaming');
}
Expand Down

0 comments on commit 9a63ecd

Please sign in to comment.