Skip to content

Commit

Permalink
Merge pull request #1596 from perlun/fix/minor-typo
Browse files Browse the repository at this point in the history
Fix some typos in the English UI strings
  • Loading branch information
jhaals committed Mar 2, 2023
2 parents 461243e + 8339886 commit ac66453
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion next/public/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"titleBrokenLink": "Broken link",
"subtitleBrokenLink": "The link must match perfectly in order for the decryption to work, it might be missing some magic digits.",
"titleExpired": "Expired",
"subtitleExpired": "No secret last forever. All stored secrets will expires and self destruct automatically. Lifetime varies from one hour up to one week."
"subtitleExpired": "No secret lasts forever. All stored secrets will expire and self destruct automatically. Lifetime varies from one hour up to one week."
},
"result": {
"title": "Secret stored in database",
Expand Down
2 changes: 1 addition & 1 deletion website/public/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"titleBrokenLink": "Broken link",
"subtitleBrokenLink": "The link must match perfectly in order for the decryption to work, it might be missing some magic digits.",
"titleExpired": "Expired",
"subtitleExpired": "No secret last forever. All stored secrets will expires and self destruct automatically. Lifetime varies from one hour up to one week."
"subtitleExpired": "No secret lasts forever. All stored secrets will expire and self destruct automatically. Lifetime varies from one hour up to one week."
},
"result": {
"title": "Secret stored in database",
Expand Down

0 comments on commit ac66453

Please sign in to comment.