Skip to content

Commit

Permalink
Merge branch 'translate-fr' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
pciavald committed Mar 20, 2021
2 parents 7e0e8bf + d3a19e7 commit a0dd6f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/bottom-bar/bottom-bar.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class BottomBarComponent implements OnDestroy {
};
this.subscriptions.add(
this.printerService.getObservable().subscribe((printerStatus: PrinterStatusAPI): void => {
this.printer.status = printerStatus.status;
this.printer.status = printerStatus.status;
}),
);
}
Expand Down
2 changes: 1 addition & 1 deletion src/app/config/setup/setup.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
></app-config-setup-plugins>

<div *ngIf="page === 6">
<span class="setup__text">Super! Je vais tout verifier.</span>
<span class="setup__text">Super ! Je vais tout verifier.</span>
<div class="setup__validation-check-wrapper">
<span class="setup__validation-check">
<img
Expand Down

0 comments on commit a0dd6f1

Please sign in to comment.