From 6a1b76ac653a59e8a70f9fdddd87ba53a53b9481 Mon Sep 17 00:00:00 2001 From: Markus Frosch Date: Tue, 15 Aug 2017 10:58:11 +0200 Subject: [PATCH] Grapher: Change alt text to loading --- library/Pnp/ProvidedHook/Grapher.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Pnp/ProvidedHook/Grapher.php b/library/Pnp/ProvidedHook/Grapher.php index e334c52..2dcfbda 100644 --- a/library/Pnp/ProvidedHook/Grapher.php +++ b/library/Pnp/ProvidedHook/Grapher.php @@ -254,7 +254,7 @@ private function getPreviewImg($host, $service, $view) $url, htmlspecialchars($title), $imgUrl, - htmlspecialchars($viewName) + htmlspecialchars(mt('pnp', 'Loading') . '...') ); }