File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -593,7 +593,7 @@ <h1>🙏 Hilfe & Probleme</h1>
593593 < h1 > 📬 Kontakt</ h1 >
594594
595595 < div >
596- < a href ="mailto:service@webbyte.studio " target ="_blank "> service@webbyte.studio </ a >
596+ < a href ="mailto:contact@timonsh.dev " target ="_blank "> contact@timonsh.dev </ a >
597597 </ div >
598598
599599 </ article >
@@ -646,11 +646,11 @@ <h1>❤ Support</h1>
646646 < span > Vielen Dank!</ span >
647647 < br >
648648
649- < a href ="https://buymeacoffee.com/timonschroth " target ="_blank " class ="bmc-btn ">
649+ < a href ="https://buymeacoffee.com/timonsh " target ="_blank " class ="bmc-btn ">
650650 < img src ="./src/assets/img/buymeacoffee.png " alt ="Buy me a coffee ">
651651 </ a >
652652
653- < a href ="https://paypal.me/heytimon " target ="_blank ">
653+ < a href ="https://paypal.me/tmnsh " target ="_blank ">
654654 < img src ="./src/assets/img/paypal.png " alt ="PayPal ">
655655 < span > Mit PayPal unterstützen</ span >
656656 </ a >
@@ -1476,10 +1476,7 @@ <h1>Code-Eingabe</h1>
14761476 < button type ="button " class ="primary " onclick ="activate_license() "> Aktivieren</ button >
14771477
14781478 < p class ="note ">
1479- Wenn du dir ShiftCoins kaufen möchtest, kannst du über meine < a
1480- href ="https://buymeacoffee.com/timonschroth " target ="_blank "> Buy me a Coffee</ a > Seite einen
1481- Code
1482- erwerben.
1479+ Falls du aufgefordert wurdest einen Code einzugeben, kannst du dies hier tun.
14831480 </ p >
14841481
14851482 < a href ="https://buymeacoffee.com/timonschroth/extras " target ="_blank " class ="bmc-btn ">
Original file line number Diff line number Diff line change @@ -3582,7 +3582,7 @@ async function export_account() {
35823582 }
35833583
35843584 let export_data = JSON . stringify ( file_content ) ;
3585- let file_name = `Dein Account.mshift` ;
3585+ let file_name = `Dein MShift- Account.mshift` ;
35863586
35873587 const blob = new Blob ( [ export_data ] , { type : 'application/octet-stream' } ) ;
35883588 saveAs ( blob , file_name ) ;
You can’t perform that action at this time.
0 commit comments