fix(admin-web): use verb form for schedule action tooltip
Frontend CI / Frontend (push) Successful in 3m34s
Frontend CI / Frontend (push) Successful in 3m34s
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -283,8 +283,8 @@ function handleTableChange(nextPage: number, nextPageSize: number): void {
|
||||
<a-tooltip
|
||||
:title="
|
||||
record.status === 'enabled'
|
||||
? t('custom.schedule.disabled')
|
||||
: t('custom.schedule.enabled')
|
||||
? t('custom.schedule.disableAction')
|
||||
: t('custom.schedule.enableAction')
|
||||
"
|
||||
>
|
||||
<a-button
|
||||
|
||||
Reference in New Issue
Block a user