fix: title for editing apikey

This commit is contained in:
jialin
2026-03-16 14:48:46 +08:00
committed by jialin
parent 3f57cf21f7
commit 85ea619b18
5 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ const APIKeys: React.FC = () => {
const handleEditKey = (record: ListItem) => {
setOpenAddModal({
open: true,
title: 'Edit API Key',
title: intl.formatMessage({ id: 'apikeys.button.edit' }),
action: PageAction.EDIT,
currentData: record
});