tomatophp / filament-plugins

Manage your modules as a plugin system with plugin generator
https://tomatophp.com
MIT License
24 stars 7 forks source link

trans() fields notificationss with double S throughout project #22

Open eelco2k opened 1 month ago

eelco2k commented 1 month ago

on some places within this plugin there is a typo in the translations. The key "notificationss" should be "notifications" (single S)

one example:

trans('filament-plugins::messages.plugins.notificationss.disabled.title')

should be:

trans('filament-plugins::messages.plugins.notifications.disabled.title')
3x1io commented 1 month ago

hi @eelco2k thanks for your report, we will update that ASAP to make sure that everything is correct.