We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc0d9f4 commit 6ab090bCopy full SHA for 6ab090b
1 file changed
index.ts
@@ -419,7 +419,7 @@ export default class I18nPlugin extends AdminForthPlugin {
419
icon: 'flowbite:language-outline',
420
badge: 'AI',
421
// 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',
+ confirm: 'Are you sure you want to translate selected items? Only empty strings will be translated',
423
allowed: async ({ resource, adminUser, selectedIds, allowedActions }) => {
424
process.env.HEAVY_DEBUG && console.log('allowedActions', JSON.stringify(allowedActions));
425
return allowedActions.edit;
0 commit comments