From ea8531ddc172dbdb670606c8b25a7bc10b734930 Mon Sep 17 00:00:00 2001 From: Antoine Augusti Date: Fri, 2 Oct 2015 18:58:44 +0200 Subject: [PATCH] Fix translation logged_in_only --- resources/lang/en/forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en/forms.php b/resources/lang/en/forms.php index fcff2234..bd006f5b 100755 --- a/resources/lang/en/forms.php +++ b/resources/lang/en/forms.php @@ -47,7 +47,7 @@ return [ 'notify_subscribers' => 'Notify subscribers', 'visibility' => 'Incident Visibility', 'public' => 'Viewable by public', - 'logged_in_only' => 'Only visible logged in users', + 'logged_in_only' => 'Only visible to logged in users', 'templates' => [ 'name' => 'Name', 'template' => 'Template',