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:
parent
c73ba52ba8
commit
8374e54810
@ -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."
|
||||
|
@ -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%."
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user