You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Your security is at risk!' => 'Your security is at risk!+',
563
+
'Immediate action is required!' => 'Immediate action is required!+',
564
+
'Your security is at risk!' => 'Your security is at risk!+',
565
+
'security.msg1' => 'Your security is at risk.+',
566
+
'security.msg2' => 'Some files can be accessed by everyone. Immediate action is required!+',
567
+
'security.msg3' => 'Some important files, are publicly accessible, putting your security at risk. Please take immediate action to revoke public access to these files to prevent unauthorized access to your sensitive information.+',
568
+
'security.msg4' => 'Learn more+',
569
+
570
+
'Hide this notification' => 'Hide this notification+',
571
+
'Help Us Out' => 'Help Us Out+',
572
+
'Enjoying Linkstack?' => 'Enjoying Linkstack?+',
573
+
'Support Linkstack' => 'Support Linkstack+',
574
+
'support.msg1' => 'If you\'re enjoying using Linkstack, we would greatly appreciate it if you could take a moment to+',
575
+
'support.msg2' => 'give our project a star on GitHub+',
576
+
'support.msg3' => 'Your support will help us reach a wider audience and improve the quality of our project.+',
577
+
'support.msg4' => 'If you\'re able to+',
578
+
'support.msg5' => 'make a financial contribution</a>, even a small amount would help us cover the costs of maintaining and improving Linkstack.+',
579
+
'support.msg6' => 'Thank you for your support and for being a part of the LinkStack community!+',
notification('', 'modal-1', 'Your security is at risk!', '<b>Your security is at risk.</b> Some files can be accessed by everyone. Immediate action is required!<br><br>Some important files, are publicly accessible, putting your security at risk. Please take immediate action to revoke public access to these files to prevent unauthorized access to your sensitive information.<br><a href="'.url('admin/config#5').'">Learn more</a>.');
127
-
notification('hide-star-notification', 'modal-star', 'Support Linkstack', 'If you\'re enjoying using Linkstack, we would greatly appreciate it if you could take a moment to <a target="_blank" href="https://github.com/linkstackorg/linkstack">give our project a star on GitHub</a>. Your support will help us reach a wider audience and improve the quality of our project.<br><br>If you\'re able to <a target="_blank" href="https://linkstack.org/donate">make a financial contribution</a>, even a small amount would help us cover the costs of maintaining and improving Linkstack.<br><br>Thank you for your support and for being a part of the LinkStack community!');
128
+
notification('', 'modal-1', __('messages.Your security is at risk!'), '<b>'.__('messages.security.msg1').'</b> '.__('messages.security.msg2').'<br><br>'.__('messages.security.msg3').'<br><a href="'.url('admin/config#5').'">'.__('messages.security.msg3').'</a>.');
0 commit comments