diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index 4a5a954bf..d47332186 100644 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php @@ -111,7 +111,7 @@ class Poche $passTheme = TRUE; # Twig is an absolute requirement for Poche to function. Abort immediately if the Composer installer hasn't been run yet if (! self::$canRenderTemplates) { - $this->notInstalledMessage[] = 'Twig does not seem to be installed. Please initialize the Composer installation to automatically fetch dependencies. Have a look at the documentation.'; + $this->notInstalledMessage[] = 'Twig does not seem to be installed. Please initialize the Composer installation to automatically fetch dependencies. Have a look at the documentation.'; $passTheme = FALSE; } @@ -956,7 +956,7 @@ class Poche if (file_exists($cache_file) && (filemtime($cache_file) > (time() - 86400 ))) { $version = file_get_contents($cache_file); } else { - $version = file_get_contents('http://static.inthepoche.com/versions/' . $which); + $version = file_get_contents('http://static.wallabag.org/versions/' . $which); file_put_contents($cache_file, $version, LOCK_EX); } return $version; diff --git a/themes/courgette/_bookmarklet.twig b/themes/courgette/_bookmarklet.twig index 2f3b2d165..2e3071ad6 100755 --- a/themes/courgette/_bookmarklet.twig +++ b/themes/courgette/_bookmarklet.twig @@ -1,3 +1,3 @@ \ No newline at end of file diff --git a/themes/courgette/_footer.twig b/themes/courgette/_footer.twig index 2b8958549..cce31f35f 100755 --- a/themes/courgette/_footer.twig +++ b/themes/courgette/_footer.twig @@ -1,4 +1,4 @@ \ No newline at end of file diff --git a/themes/courgette/config.twig b/themes/courgette/config.twig index d822a457c..fdeb464ba 100755 --- a/themes/courgette/config.twig +++ b/themes/courgette/config.twig @@ -7,7 +7,7 @@ {% block content %}

{% trans "Poching a link" %}

-

{% trans "You can poche a link by several methods:" %} (?)

+

{% trans "You can poche a link by several methods:" %} (?)

{% trans "Updating poche" %}

{% trans "Change your theme" %}

@@ -69,7 +69,7 @@

{% trans "Import" %}

{% trans "Please execute the import script locally, it can take a very long time." %}

-

{% trans "More infos in the official doc:" %} inthepoche.com

+

{% trans "More infos in the official doc:" %} wallabag.org

diff --git a/themes/default/_bookmarklet.twig b/themes/default/_bookmarklet.twig index 2f3b2d165..2e3071ad6 100644 --- a/themes/default/_bookmarklet.twig +++ b/themes/default/_bookmarklet.twig @@ -1,3 +1,3 @@ \ No newline at end of file diff --git a/themes/default/_footer.twig b/themes/default/_footer.twig index 06148a57c..f837ae38e 100644 --- a/themes/default/_footer.twig +++ b/themes/default/_footer.twig @@ -1,4 +1,4 @@ \ No newline at end of file diff --git a/themes/default/config.twig b/themes/default/config.twig index e22ea1da4..ada238d64 100644 --- a/themes/default/config.twig +++ b/themes/default/config.twig @@ -6,10 +6,10 @@ {% endblock %} {% block content %}

{% trans "Poching links" %}

-

{% trans "There are several ways to poche a link:" %} (?)

+

{% trans "There are several ways to poche a link:" %} (?)

{% trans "Updating poche" %}

{% trans "Feeds" %}

@@ -104,7 +104,7 @@

{% trans "Import" %}

{% trans "Please execute the import script locally as it can take a very long time." %}

-

{% trans "More info in the official docs:" %} inthepoche.com

+

{% trans "More info in the official docs:" %} wallabag.org