Skip to content

Commit 4986086

Browse files
committed
improve the clarity of notification text
1 parent 7793314 commit 4986086

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

src/main/resources/i18n/messages_de.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ email.notification.title.exercise.information.possible=Anzahl maximal erreichbar
6262
email.notification.aux.information.exercise.score=Dein erreichtes Ergebnis: {0}% korrekt
6363

6464
# HTTPS Clone Tip
65-
email.httpsCloneTip.title=Artemis-Tipp: Verwende Token- oder SSH-Authentifizierung
66-
email.httpsCloneTip.greeting=Hallo {0},
67-
email.httpsCloneTip.message=Du verwendest derzeit die HTTPS-Passwort-Authentifizierungsmethode. Wechsle zu Token oder SSH, um deine Arbeitszeit zu verbessern.
68-
email.httpsCloneTip.action=Einstellungen in Artemis öffnen
69-
email.httpsCloneTip.farewell=Viele Grüße,\nDas Artemis-Team
65+
email.httpsCloneTip.title=Artemis-Tipp: Verwende Token- oder SSH-Authentifizierung für Git
66+
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.
68+
email.httpsCloneTip.action=SSH-Schlüssel in Artemis konfigurieren
69+
email.httpsCloneTip.farewell=Grüße,\nDas Artemis-Team.
7070

7171
# Auxiliary
7272
email.notification.aux.notification.text.header.change.message=Änderungsnachricht:

src/main/resources/i18n/messages_en.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ email.notification.title.exercise.information.possible=Number of possible max Po
6262
email.notification.aux.information.exercise.score=Your achieved Score : {0}% correct
6363

6464
# HTTPS Clone Tip
65-
email.httpsCloneTip.title=Artemis Tip: Use Token or SSH authentication
65+
email.httpsCloneTip.title=Artemis Tip: Use Token or SSH authentication for Git
6666
email.httpsCloneTip.greeting=Dear {0},
67-
email.httpsCloneTip.message=You are currently using the HTTPS password authentication method. Change your authentication option to Token or SSH to improve your development time.
68-
email.httpsCloneTip.action=Open Settings in Artemis
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.
68+
email.httpsCloneTip.action=Configure SSH Keys in Artemis
6969
email.httpsCloneTip.farewell=Regards,\nThe Artemis Team.
7070

7171
# Auxiliary

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
<p th:text="#{email.httpsCloneTip.greeting(${user.firstName != null ? user.firstName : user.login})}">Dear User,</p>
1010

1111
<p th:text="#{email.httpsCloneTip.message}">
12-
You are currently using the HTTPS password authentication method for Git operations.
13-
We recommend switching to the Token or SSH authentication option to improve your working time and security.
12+
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.
1414
</p>
1515

1616
<p>
17-
<a th:href="@{|${baseUrl}/user-settings/ssh|}" th:text="#{email.httpsCloneTip.action}">Configure SSH / Tokens in Artemis</a>
17+
<a th:href="@{|${baseUrl}/user-settings/ssh|}" th:text="#{email.httpsCloneTip.action}">Configure SSH Keys in Artemis</a>
1818
</p>
1919

20-
<p style="white-space: pre-line;" th:text="#{email.httpsCloneTip.farewell}">Regards,<br/>The Artemis Team</p>
20+
<p style="white-space: pre-line;" th:text="#{email.httpsCloneTip.farewell}">Regards,<br/>The Artemis Team.</p>
2121
</body>
2222
</html>

0 commit comments

Comments
 (0)