Compare commits

...

1 Commits

Author SHA1 Message Date
92660c297f Change the label in Assign Organization. 2025-09-25 16:12:44 +05:30

View File

@ -248,7 +248,7 @@ const AssignOrg = ({ setStep }) => {
? "Please wait..."
: flowType === "default"
? "Assign Organization"
: "Assign Project"}
: "Assign to Project"}
</button>
</div>
</form>