Changed warning text on Share Modal

This commit is contained in:
Lucas Oliveira 2023-12-10 23:50:44 -03:00
commit 501bcaeb65

View file

@ -240,8 +240,8 @@ export default function ShareModal({
</label>
</div>
<span className=" text-xs text-destructive ">
<b>Warning:</b> The {nameComponent} will be shared without the API
keys for its specific fields.
<b>Warning:</b> API keys in designated fields are removed when
sharing.
</span>
</BaseModal.Content>