Skip to content

Commit 74324b7

Browse files
committed
Typo #10663
1 parent 63a8118 commit 74324b7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

client/app/profile/components/services/services.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,13 @@ export class ServicesComponent implements OnInit, OnChanges {
111111

112112
public unregister(): void {
113113
this.alertService
114-
.confirm('Démission', 'Veux-tu quitter le club Ichtus ?', 'Démissioner définitivement')
114+
.confirm('Démission', 'Veux-tu quitter le club Ichtus ?', 'Démissionner définitivement')
115115
.subscribe(confirmed => {
116116
if (confirmed) {
117117
this.userService.unregister(this.user).subscribe(() => {
118118
// If viewer is the unregistered viewer, log him out.
119119
if (this.route.snapshot.data.viewer.id === this.user.id) {
120-
this.alertService.info('Tu as démissioné', 5000);
120+
this.alertService.info('Tu as démissionné', 5000);
121121
this.userService.logout();
122122
} else {
123123
// If viewer is different (e.g Admin), don't log out
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?php declare(strict_types=1); ?>
2-
<p>Le membre suivant a démissioné :</p>
2+
<p>Le membre suivant a démissionné :</p>
33

44
<?php echo $this->userInfos($this->unregisteredUser) ?>

tests/data/emails/unregister.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<div style="background: #fafafa; padding:0 20px">
4141
<div style="max-width:650px; width:100%; margin: auto; padding:30px 0;">
4242
<p>Hello Admin,</p>
43-
<p>Le membre suivant a démissioné :</p>
43+
<p>Le membre suivant a démissionné :</p>
4444

4545
<ul><li>John Doe</li><li><a href="mailto:[email protected]">[email protected]</a></li><li><a href="https://my-ichtus.lan/admin/user/123">https://my-ichtus.lan/admin/user/123</a></li></ul> </div>
4646
</div>

0 commit comments

Comments
 (0)