Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
fix: correct the helpdesk e-mail address (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoesbergen authored Dec 21, 2023
1 parent 67232b6 commit 7b7a889
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/app/modules/core/components/header/header.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export class HeaderComponent {

public onEmailClicked() {
// copy email to clipboard
navigator.clipboard.writeText('helpdesk@leaphy.nl').then(function() {});
navigator.clipboard.writeText('helpdesk@leaphy.org').then(function() {});
this.snackBar.open('Email copied to clipboard', 'Close', {
duration: 2000,
});
Expand Down
8 changes: 4 additions & 4 deletions src/app/modules/driver-issues-dutch/driver-issues.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h3>Problemen met uploaden op Linux</h3>

- Zorg ervoor dat u de nieuwste versie van Chrome, Edge of Opera geïnstalleerd heeft.
- Gebruik dmesg om mogelijke problemen te vinden (bijv. dmesg | grep -i usb). Ik heb persoonlijk ontdekt dat een software genaamd (brltty) problemen veroorzaakt (apt purge brltty)
- Als u geen oplossing kunt vinden, stuur me dan een e-mail op helpdesk@leaphy.nl
- Als u geen oplossing kunt vinden, stuur dan een e-mail naar helpdesk@leaphy.org
</pre>
</div>

Expand All @@ -37,7 +37,7 @@ <h3>Problemen met uploaden op Windows</h3>

- Heeft u de benodigde stuurprogramma's geïnstalleerd? (https://github.com/leaphy-robotics/leaphy-webbased/archive/refs/heads/executables.zip)
- Zorg ervoor dat u de nieuwste versie van Chrome, Edge of Opera geïnstalleerd heeft.
- Als u geen oplossing kunt vinden, stuur me dan een e-mail op helpdesk@leaphy.nl
- Als u geen oplossing kunt vinden, stuur dan een e-mail naar helpdesk@leaphy.org
</pre>
</div>

Expand All @@ -46,7 +46,7 @@ <h3>Problemen met uploaden op Mac</h3>
<pre>Als u een Mac gebruikt en problemen ondervindt bij het uploaden, probeer dan deze suggesties...

- Zorg ervoor dat u de nieuwste versie van Chrome, Edge of Opera geïnstalleerd heeft.
- Als u geen oplossing kunt vinden, stuur me dan een e-mail op helpdesk@leaphy.nl
- Als u geen oplossing kunt vinden, stuur dan een e-mail naar helpdesk@leaphy.org
</pre>
</div>

Expand All @@ -61,7 +61,7 @@ <h3>Problemen met uploaden op mobiele apparaten</h3>
<div id="other">
<h3>Andere uploadproblemen</h3>
<pre>Als uw uploadproblemen niet in de bovenstaande categorieën vallen, bekijk dan deze oplossingen...
Stuur me een e-mail op: helpdesk@leaphy.nl</pre>
Stuur een e-mail naar: helpdesk@leaphy.org</pre>
</div>
<div style="height: 1000px;"></div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions src/app/modules/driver-issues-english/driver-issues.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h3>Linux Uploading Issues</h3>

- Make sure you have the latest version of Chrome or Edge or Opera installed.
- Use dmesg to find potential issues (e.g. dmesg | grep -i usb), personally I found that an software called (brltty) causing issues (apt purge brltty)
- If you can't find a fix mail me at helpdesk@leaphy.nl
- If you can't find a fix, please send an e-mail to helpdesk@leaphy.org
</pre>
</div>

Expand All @@ -37,7 +37,7 @@ <h3>Windows Uploading Issues</h3>

- Installed the necessary drivers? (https://github.com/leaphy-robotics/leaphy-webbased/archive/refs/heads/executables.zip)
- Make sure you have the latest version of Chrome or Edge or Opera installed.
- If you can't find a fix mail me at helpdesk@leaphy.nl
- If you can't find a fix, please send an e-mail to helpdesk@leaphy.org
</pre>
</div>

Expand All @@ -46,7 +46,7 @@ <h3>Mac Uploading Issues</h3>
<pre>If you're on a Mac and experiencing uploading problems, try these suggestions...

- Make sure you have the latest version of Chrome or Edge or Opera installed.
- If you can't find a fix mail me at helpdesk@leaphy.nl
- If you can't find a fix, please send an e-mail to helpdesk@leaphy.org
</pre>
</div>

Expand All @@ -61,7 +61,7 @@ <h3>Mobile Device Uploading Issues</h3>
<div id="other">
<h3>Other Uploading Issues</h3>
<pre>If your uploading problems don't fit into the above categories, explore these solutions...
Mail me at: helpdesk@leaphy.nl</pre>
Send an e-mail to: helpdesk@leaphy.org</pre>
</div>
<div style="height: 1000px;"></div>
</div>
Expand Down

0 comments on commit 7b7a889

Please sign in to comment.