Skip to content

Commit 8a3d51b

Browse files
committed
better english
1 parent 2d97373 commit 8a3d51b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ public function boot()
4545
Permission::group('cache-tracker', 'Cache Tracker', function () {
4646
Permission::register('view cache tracker tags')
4747
->label(__('View Tags'))
48-
->description(__('Enables the action on listing views to view tags'));
48+
->description(__('Enable the action on listing views to view tags'));
4949

5050
Permission::register('clear cache tracker tags')
5151
->label(__('Clear Tags'))
52-
->description(__('Enables the action on listing views to clear tags'));
52+
->description(__('Enable the action on listing views to clear tags'));
5353
});
5454
}
5555
}

0 commit comments

Comments
 (0)