From c71479f26606dad26f19a214eaced51be2d4c096 Mon Sep 17 00:00:00 2001 From: Tobias Kolzer Date: Mon, 17 Jun 2024 09:33:37 +0200 Subject: [PATCH] fixed some typos --- lang/en/app.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/en/app.php b/lang/en/app.php index 0a63eae7..3c31f53d 100644 --- a/lang/en/app.php +++ b/lang/en/app.php @@ -114,7 +114,7 @@ return array ( 'alert.success.user_restored' => 'User restored successfully', 'dashboard.reorder' => 'Reorder and pin items', 'dashboard.settings' => 'Settings', - 'role' => 'Authentification role', - 'unauthorized_for_form' => 'You are not authorised to view this form.', + 'role' => 'Authentication role', + 'unauthorized_for_form' => 'You are not authorized to view this form.', 'disabled_feature' => 'This feature is disabled.', ); \ No newline at end of file