We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d97373 commit 8a3d51bCopy full SHA for 8a3d51b
src/ServiceProvider.php
@@ -45,11 +45,11 @@ public function boot()
45
Permission::group('cache-tracker', 'Cache Tracker', function () {
46
Permission::register('view cache tracker tags')
47
->label(__('View Tags'))
48
- ->description(__('Enables the action on listing views to view tags'));
+ ->description(__('Enable the action on listing views to view tags'));
49
50
Permission::register('clear cache tracker tags')
51
->label(__('Clear Tags'))
52
- ->description(__('Enables the action on listing views to clear tags'));
+ ->description(__('Enable the action on listing views to clear tags'));
53
});
54
}
55
0 commit comments