fix ask-ai prompt userdata

This commit is contained in:
2025-06-22 00:01:27 +09:00
parent 169de9064a
commit 09100f6d99
2 changed files with 6 additions and 2 deletions

View File

@ -125,7 +125,7 @@ export default function CommentForm({ user, agent, onCommentPosted }) {
disabled={loading || !text.trim()}
className={`btn ${loading ? 'btn-outline' : 'btn-primary'}`}
>
{loading ? 'posting...' : 'post comment'}
{loading ? 'posting...' : 'post'}
</button>
</div>
</form>