fix(ux): use title case for button labels (#40048)

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Evan Rusackas <evan@preset.io>
This commit is contained in:
Kasia
2026-08-20 20:14:33 -07:00
committed by GitHub
co-authored by Claude Sonnet 4.6 Evan Rusackas
parent 27ea5de44a
commit 22396d504a
7 changed files with 17 additions and 17 deletions
@@ -1303,7 +1303,7 @@ function AnnotationLayer({
disabled={!isValid}
onClick={submitAnnotation}
>
{t('OK')}
{t('Confirm')}
</Button>
</div>
</div>