fix referred misspelling

referred vs refered
pull/3800/head
garanews 2018-10-25 09:48:12 +02:00 committed by GitHub
parent 1a4bc58502
commit aaa14a9ace
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<div class="index">
<h2><a id="general"></a><?php echo __('General Concepts');?></h2>
<h3><?php echo __('Admins and Site Admins');?></h3>
<?php echo __('There are two types of admins in MISP: Admins (also refered to as org admins) and Site Admins. Whilst the former can only do some limited administration of users of his/her own organisation, site admins have access to all of the features and data of the system. They are in charge of making sure that the system runs correctly and the maintenance of MISP.');?>
<?php echo __('There are two types of admins in MISP: Admins (also referred to as org admins) and Site Admins. Whilst the former can only do some limited administration of users of his/her own organisation, site admins have access to all of the features and data of the system. They are in charge of making sure that the system runs correctly and the maintenance of MISP.');?>
<h3><?php echo __('Background Jobs');?></h3>
<?php echo __('A lot of the heavier tasks are a burden to users, in that their actions can cause long delays (and in some cases timeouts) while the application logic is executing. To alleviate this, long processes have been (if enabled) moved to background jobs, meaning that their execution happens asynchronously in the background, allowing the user to freely interact with the platform whilst the request is being processed.');?>
<h3><?php echo __('MISP Instance');?></h3>