1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-25 09:44:22 +03:00

feat(package/checker): Add proper punctuations

This commit is contained in:
Ifeoluwa Arowosegbe 2019-04-17 15:51:19 +01:00
parent c73ba52ba8
commit 8374e54810
2 changed files with 3 additions and 3 deletions

View File

@ -30,13 +30,13 @@
"%email% looks good to me!"
],
"pwned": [
"Oops, looks like %email% has been compromised in a breach involving %breach%",
"Oops, looks like %email% has been compromised in a breach involving %breach%.",
"%breach% was involved in a breach. Sadly, %email% was affected.",
"Unfortunately, %email% has been exposed in a data breach affecting %breach%."
],
"checking": [
"I'm checking for a compromised email.",
"Trying to verify pwnage status"
"Trying to verify pwnage status."
],
"no-email": [
"Please provide one or more email addresses you need me to check."

View File

@ -30,7 +30,7 @@
"%email% cela me semble correct!"
],
"pwned": [
"Oups, on dirait que %email% a été compromis par une infraction impliquant %breach%",
"Oups, on dirait que %email% a été compromis par une infraction impliquant %breach%.",
"%breach% a été impliqué dans une brèche. Malheureusement, %email% a été touché.",
"Malheureusement, %email% a été exposé à une violation de données affectant %breach%."
],