chore: add resource modal button text

This commit is contained in:
jialin
2025-12-24 10:53:53 +08:00
parent fa0aeac10b
commit 530b20c633
7 changed files with 8 additions and 8 deletions
@@ -157,7 +157,7 @@ export default function useAddResource(options?: { onCreated?: () => void }) {
</div>
<div className="btn-wrapper">
<Button onClick={handleCancel} type="default" style={{ flex: 1 }}>
{intl.formatMessage({ id: 'common.button.dontshowagain' })}
{intl.formatMessage({ id: 'clusters.create.skipfornow' })}
</Button>
<Button onClick={handleCreate} type="primary" style={{ flex: 1 }}>
{contentInfo.btnText}