refactor: change button text to be more clear

This commit is contained in:
badblocks 2025-08-14 23:08:05 -07:00
parent 185dc5f662
commit ed6188bc75
No known key found for this signature in database

View file

@ -145,7 +145,7 @@
:disabled="!isVerified || isSendingMessage || isMessageSent"
>
<span v-if="isSendingMessage" class="loading loading-spinner" />
Text Me! (Rob )
Send Me a Text!
</button>
</div>
</form>