Condition and sentence rendering

Hey
I’m just wondering when using conditions to display bloc of text, for example:
1- the user is logged in, I display the sentence: “Share the challenge and be accountable to your audience”
2- the user is Not logged-in: I display “Share this challenge”

Currently, I’m adding 2 blocs of text one on the other. each has a different condition. But that’s obviously a burden to work in this way. Any other way to make it easier to deal with?


Thanks!

Just use a single text element, and change the text conditionally…