We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ce59ac commit 4f6ff9bCopy full SHA for 4f6ff9b
1 file changed
src/components/providers/CodexSection/CodexSection.tsx
@@ -147,7 +147,7 @@ export function CodexSection({
147
)}
148
{item.apiKey && (
149
<div className={styles.fieldRow}>
150
- <span className={styles.fieldLabel}>{t('ai_providers.codex_api_key_label')}:</span>
+ <span className={styles.fieldLabel}>{t('ai_providers.codex_add_modal_key_label')}:</span>
151
<span className={styles.fieldValue}>{maskApiKey(item.apiKey)}</span>
152
</div>
153
0 commit comments