You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
body="Oops! This application is closed can no longer be processed. If this is an error, please reach out to [[email protected]](mailto:[email protected])."
60
+
body="This application is closed and changes will not be reviewed. If this is an error, contact us at [[email protected]](mailto:[email protected])."
59
61
} elseifstatus==Approved {
60
-
body="Oops! This application has been updated but has already been approved and can no longer be processed. If this is an error, please reach out to [[email protected]](mailto:[email protected])."
62
+
body=fmt.Sprintf("This application has already been approved and changes will not be reviewed. If you would like to modify the details of your application, submit a pull request against the stored [application data](%s). If this is an error, contact us at [[email protected]](mailto:[email protected]).", dataPath)
body=fmt.Sprintf("\n\n%s\n\nWe've processed your updated application and everything still looks good.", details)
65
+
body=fmt.Sprintf("\n\n%s\n\nWe’ve evaluated your updated application and it is still valid.", details)
64
66
} elseifr.application.IsValid() {
65
67
title="### ✅ Your application is valid"
66
-
body=fmt.Sprintf("\n\n%s\n\nThanks for applying! Next step: our team will review your application and may have follow-up questions. You can still make changes to your application and we'll process it again.", details)
68
+
body=fmt.Sprintf("\n\n%s\n\nThanks for applying! Next step: our team will review your application and may have follow-up questions. You can still make changes to your application and it’ll be re-evaluated.", details)
67
69
} else {
68
-
title="### ❌ Your application needs some work"
70
+
title="### ❌ Your application is invalid"
69
71
body=fmt.Sprintf("\n\n%s\n\nThe following issues need to be addressed:\n\n%s", details, r.application.RenderProblems())
0 commit comments