1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 01:39:28 +02:00

Merge pull request #1309 from gturri/develop

Fix typo: s/folowing/following/
This commit is contained in:
Afterster 2016-07-20 21:12:09 +02:00 committed by GitHub
commit c4a51bc1b1

View file

@ -48,7 +48,7 @@
<div class="container" role="main">
<div class="jumbotron">
<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>
<h2><?php echo(T_("Error messages"));?>:</h2>
<?php AmpError::display('general'); ?>