diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b7bbff9..295b28ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this #### Removed * [#385](https://github.com/shlinkio/shlink/issues/385) Dropped support for PHP 7.1 +* [#379](https://github.com/shlinkio/shlink/issues/379) Removed copyright from error templates. #### Fixed diff --git a/module/Core/lang/es.mo b/module/Core/lang/es.mo index d1a628d4..746fd5be 100644 Binary files a/module/Core/lang/es.mo and b/module/Core/lang/es.mo differ diff --git a/module/Core/lang/es.po b/module/Core/lang/es.po index 9a5d4c45..8f5a2263 100644 --- a/module/Core/lang/es.po +++ b/module/Core/lang/es.po @@ -1,15 +1,15 @@ msgid "" msgstr "" "Project-Id-Version: Shlink 1.0\n" -"POT-Creation-Date: 2017-10-13 12:29+0200\n" -"PO-Revision-Date: 2017-10-13 12:30+0200\n" +"POT-Creation-Date: 2019-04-14 08:58+0200\n" +"PO-Revision-Date: 2019-04-14 08:58+0200\n" "Last-Translator: Alejandro Celaya \n" "Language-Team: \n" "Language: es_ES\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.0.1\n" +"X-Generator: Poedit 2.1.1\n" "X-Poedit-Basepath: ..\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Poedit-SourceCharset: UTF-8\n" @@ -39,3 +39,6 @@ msgstr "Esta URL acortada no parece ser válida." msgid "Make sure you included all the characters, with no extra punctuation." msgstr "Asegúrate de haber incluído todos los caracteres, sin puntuación extra." + +msgid "Invalid URL" +msgstr "URL inválida" diff --git a/module/Core/templates/invalid-short-code.phtml b/module/Core/templates/invalid-short-code.phtml index 369a168b..2240ce6f 100644 --- a/module/Core/templates/invalid-short-code.phtml +++ b/module/Core/templates/invalid-short-code.phtml @@ -1,7 +1,7 @@ layout('ShlinkCore::layout/default') ?> start('title') ?> - translate('URL Not Found') ?> + translate('Invalid URL') ?> end() ?> start('stylesheets') ?> diff --git a/module/Core/templates/layout/default.phtml b/module/Core/templates/layout/default.phtml index 2a8dcd98..c87472af 100644 --- a/module/Core/templates/layout/default.phtml +++ b/module/Core/templates/layout/default.phtml @@ -5,28 +5,19 @@ - + section('stylesheets', '') ?> - -
+ +
section('main', '') ?>
- -