Skip to content
Snippets Groups Projects
Commit 253da00f authored by Alexey Lunin's avatar Alexey Lunin
Browse files

fix saved message

parent 1cf6df67
No related branches found
No related tags found
1 merge request!12Hin messaging
......@@ -40,7 +40,7 @@ const SaveSection = ({ configInvalid, saving, saved, userEmail, onSavePress }: P
)}
{saved && (
<Text style={styles.text}>
SaveMessage saved to ({userEmail})
Message saved to {userEmail}
</Text>
)}
{configInvalid && (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment