fix language generation
This commit is contained in:
parent
91633309df
commit
a949f642b4
7 changed files with 49 additions and 15 deletions
10
kit/404.php
10
kit/404.php
|
|
@ -7,20 +7,14 @@ get_header();
|
|||
<section class="background-color-white category">
|
||||
<div class="content-wrap">
|
||||
<h2>
|
||||
Seite leider nicht gefunden
|
||||
<?php _e('Page not found', 'kit'); ?>
|
||||
</h2>
|
||||
|
||||
Leider wurde die von ihnen gewünschte Seite nicht gefunden.
|
||||
|
||||
<?php _e('Unfortunately the page you requested was not found', 'kit'); ?>.
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<?php
|
||||
|
||||
get_template_part('template-parts/sidebar');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue