mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-08 22:26:55 +02:00
Adding translation of the word 'Continue' in the file install.php and the related update language files 'en' and 'pl'.
This commit is contained in:
@@ -518,7 +518,7 @@
|
||||
if (isset($errors['email_valid'])) echo '<li class="error">'.$errors['email_valid'].'</li>';
|
||||
?>
|
||||
</ul>
|
||||
<a href="install.php?action=install" class="btn btn-primary continue">Continue</a>
|
||||
<a href="install.php?action=install" class="btn btn-primary continue"><?php echo __('Continue', 'system'); ?></a>
|
||||
</div>
|
||||
|
||||
<div class="install-block-footer login-footer">
|
||||
|
Reference in New Issue
Block a user