fix(admin-web): use verb form for schedule action tooltip
Frontend CI / Frontend (push) Successful in 3m34s

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-14 13:23:41 +08:00
parent 01dbb9c8d3
commit 34dda524d7
3 changed files with 6 additions and 2 deletions
@@ -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