From eec1ef2efdf34a0829de2189768a41a3e7531679 Mon Sep 17 00:00:00 2001 From: Sam Date: Sat, 12 Mar 2022 17:10:06 +0100 Subject: [PATCH 1/2] Create SECURITY.md --- SECURITY.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000..637ab0a8 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,5 @@ +# Security Policy + +## Reporting a Vulnerability + +Please report suspected security vulnerabilities to `samr1.dev [at] pm.me`. From 9cab50402ce6855fd30786ad0f5da2720da66569 Mon Sep 17 00:00:00 2001 From: Fmstrat Date: Tue, 22 Mar 2022 09:08:20 -0400 Subject: [PATCH 2/2] Minor translation issue on APP_ERROR --- fittrackee_client/src/locales/en/error.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fittrackee_client/src/locales/en/error.json b/fittrackee_client/src/locales/en/error.json index d767a02f..1d8416c9 100644 --- a/fittrackee_client/src/locales/en/error.json +++ b/fittrackee_client/src/locales/en/error.json @@ -1,6 +1,6 @@ { "UNKNOWN": "Error. Please try again or contact the administrator.", - "APP_ERROR": "The application seems encounter some issues.
Please try later or contact the administrator.", + "APP_ERROR": "The application seems to have encountered some issues.
Please try again later or contact the administrator.", "NOT_FOUND": { "PAGE": "Page not found", "WORKOUT": "Workout not found"