mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-06 03:49:56 +02:00
Merge pull request #1309 from gturri/develop
Fix typo: s/folowing/following/
This commit is contained in:
commit
c4a51bc1b1
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
||||||
<div class="container" role="main">
|
<div class="container" role="main">
|
||||||
<div class="jumbotron">
|
<div class="jumbotron">
|
||||||
<h1><?php echo T_('Error'); ?></h1>
|
<h1><?php echo T_('Error'); ?></h1>
|
||||||
<p><?php echo (T_("The folowing error has occured, you will automaticly be redirected after 10 seconds.") ); ?></p>
|
<p><?php echo (T_("The following error has occured, you will automaticly be redirected after 10 seconds.") ); ?></p>
|
||||||
</div>
|
</div>
|
||||||
<h2><?php echo(T_("Error messages"));?>:</h2>
|
<h2><?php echo(T_("Error messages"));?>:</h2>
|
||||||
<?php AmpError::display('general'); ?>
|
<?php AmpError::display('general'); ?>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue