Removed references to anything related with translations

This commit is contained in:
Alejandro Celaya
2019-09-12 08:09:17 +02:00
parent fdb98fa2a9
commit 7b0ccc9f69
17 changed files with 14 additions and 110 deletions

View File

@@ -1,7 +1,7 @@
<?php $this->layout('ShlinkCore::layout/default') ?>
<?php $this->start('title') ?>
<?= $this->translate('Invalid URL') ?>
Invalid URL
<?php $this->end() ?>
<?php $this->start('stylesheets') ?>
@@ -12,8 +12,8 @@
<?php $this->end() ?>
<?php $this->start('main') ?>
<h1><?= $this->translate('Oops!') ?></h1>
<h1>Oops!</h1>
<hr>
<p><?= $this->translate('This short URL doesn\'t seem to be valid.') ?></p>
<p><?= $this->translate('Make sure you included all the characters, with no extra punctuation.') ?></p>
<p>This short URL doesn\'t seem to be valid.</p>
<p>Make sure you included all the characters, with no extra punctuation.</p>
<?php $this->end() ?>