Update org invite button label to match current UI [On Hold until this hits the UI]#5116
Conversation
The submit button on the organization member invitation form was renamed from "Grant access" to "Send invitation" in viamrobotics/app#12513. The docs step said "Click **invite**" which did not match the old label either; updating to match the current UI. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CJwMiUGXpSZeDGv1PGMNWd
✅ Deploy Preview for viam-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Before merging: confirm this label is live in production. The docs change is correct against the merged app code — app#12513 renamed the invite form's submit button from To verify: on app.viam.com go to Organization settings → Members → Grant access (opens the form), enter an email + role, and check the submit button. Merge this PR once it reads Send invitation (not "Grant access"); otherwise the docs will lead the deployed UI. Note the two buttons are distinct and only one changed:
|
|
🔎💬 Inkeep AI search and chat service is syncing content for source 'Viam Docs' |

Source changes
Docs changes
docs/organization/access.md: Updated step 8 fromClick **invite**toClick **Send invitation**to match the current button label in the org settings member invitation form. The button was renamed from "Grant access" to "Send invitation" in app#12513. The docs previously said "invite" which didn't match the old label either.How I found these
create-org-invite.sveltebutton text changed from>Grant accessto>Send invitationGenerated by daily docs change agent
Generated by Claude Code