From 16df61b57de6d031b62f2b67464ab9cf8a821c49 Mon Sep 17 00:00:00 2001 From: Pushpanjali Pawar Date: Thu, 26 Mar 2020 12:21:31 +0100 Subject: [PATCH] updated message for create submission --- src/components/Forms/Algorithm/AlgorithmSubmission.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Forms/Algorithm/AlgorithmSubmission.tsx b/src/components/Forms/Algorithm/AlgorithmSubmission.tsx index c0ec85f..fc1ca1a 100644 --- a/src/components/Forms/Algorithm/AlgorithmSubmission.tsx +++ b/src/components/Forms/Algorithm/AlgorithmSubmission.tsx @@ -279,8 +279,8 @@ class AlgorithmSubmission extends React.Component { return (

- If you would like to submit an algorithm to this benchmark, - please contact the contact person mentioned in the about tab. + If you would like to create a submission for this benchmark, + please login or sign up, by pressing "Login" at the top right.

);