Skip to content

Commit 4f6ff9b

Browse files
committed
fix(i18n): use existing codex_add_modal_key_label in CodexSection list view
1 parent 4ce59ac commit 4f6ff9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/providers/CodexSection/CodexSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export function CodexSection({
147147
)}
148148
{item.apiKey && (
149149
<div className={styles.fieldRow}>
150-
<span className={styles.fieldLabel}>{t('ai_providers.codex_api_key_label')}:</span>
150+
<span className={styles.fieldLabel}>{t('ai_providers.codex_add_modal_key_label')}:</span>
151151
<span className={styles.fieldValue}>{maskApiKey(item.apiKey)}</span>
152152
</div>
153153
)}

0 commit comments

Comments
 (0)