Skip to content

Commit 98d57b5

Browse files
committed
refine token message
1 parent 4986086 commit 98d57b5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/resources/i18n/messages_de.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ email.notification.aux.information.exercise.score=Dein erreichtes Ergebnis: {0}%
6464
# HTTPS Clone Tip
6565
email.httpsCloneTip.title=Artemis-Tipp: Verwende Token- oder SSH-Authentifizierung für Git
6666
email.httpsCloneTip.greeting=Liebe(r) {0},
67-
email.httpsCloneTip.message=Wir haben festgestellt, dass du kürzlich ein Repository einer Programmieraufgabe mit deinem Account-Passwort über HTTPS geklont hast. Um deine Sicherheit zu erhöhen und den Workflow zu vereinfachen, empfehlen wir die Nutzung von SSH-Schlüsseln oder VCS-Access-Tokens für Git-Operationen.
67+
email.httpsCloneTip.message=Wir haben festgestellt, dass du kürzlich ein Repository einer Programmieraufgabe mit deinem Account-Passwort über HTTPS geklont hast. Um deine Sicherheit zu erhöhen und den Workflow zu vereinfachen, empfehlen wir die Nutzung von SSH-Schlüsseln oder Access-Tokens für Git-Operationen.
6868
email.httpsCloneTip.action=SSH-Schlüssel in Artemis konfigurieren
6969
email.httpsCloneTip.farewell=Grüße,\nDas Artemis-Team.
7070

src/main/resources/i18n/messages_en.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ email.notification.aux.information.exercise.score=Your achieved Score : {0}% cor
6464
# HTTPS Clone Tip
6565
email.httpsCloneTip.title=Artemis Tip: Use Token or SSH authentication for Git
6666
email.httpsCloneTip.greeting=Dear {0},
67-
email.httpsCloneTip.message=We noticed that you recently cloned a programming exercise repository using your account password over HTTPS. For better security and a smoother workflow, we recommend switching to SSH keys or VCS Access Tokens for Git operations.
67+
email.httpsCloneTip.message=We noticed that you recently cloned a programming exercise repository using your account password over HTTPS. For better security and a smoother workflow, we recommend switching to SSH keys or Access Tokens for Git operations.
6868
email.httpsCloneTip.action=Configure SSH Keys in Artemis
6969
email.httpsCloneTip.farewell=Regards,\nThe Artemis Team.
7070

src/main/resources/templates/mail/httpsCloneTipEmail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<p th:text="#{email.httpsCloneTip.message}">
1212
We noticed that you recently cloned a programming exercise repository using your account password over HTTPS.
13-
For better security and a smoother workflow, we recommend switching to SSH keys or VCS Access Tokens for Git operations.
13+
For better security and a smoother workflow, we recommend switching to SSH keys or Access Tokens for Git operations.
1414
</p>
1515

1616
<p>

0 commit comments

Comments
 (0)