Skip to content

Commit 6ab090b

Browse files
committed
fix: add ai badge to bult action
1 parent bc0d9f4 commit 6ab090b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ export default class I18nPlugin extends AdminForthPlugin {
419419
icon: 'flowbite:language-outline',
420420
badge: 'AI',
421421
// if optional `confirm` is provided, user will be asked to confirm action
422-
confirm: 'Are you sure you want to translate selected items? Only fully empty strings will be translated',
422+
confirm: 'Are you sure you want to translate selected items? Only empty strings will be translated',
423423
allowed: async ({ resource, adminUser, selectedIds, allowedActions }) => {
424424
process.env.HEAVY_DEBUG && console.log('allowedActions', JSON.stringify(allowedActions));
425425
return allowedActions.edit;

0 commit comments

Comments
 (0)