add new messages to translate

This commit is contained in:
El RIDO 2022-10-23 10:50:18 +02:00
parent 69034ef9d1
commit 4bd5ef9cda
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
35 changed files with 137 additions and 35 deletions

View file

@ -49,7 +49,7 @@ class YourlsProxy
public function __construct(Configuration $conf, $link)
{
if (strpos($link, $conf->getKey('basepath') . '/?') === false) {
$this->_error = 'Trying to shorten a URL not pointing to our PrivateBin instance.';
$this->_error = 'Trying to shorten a URL that isn\'t pointing at our instance.';
return;
}