From 0ff8416efb6d2aa8e4eac0f39d243e5977b9ae51 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 11 Mar 2015 15:14:13 +0100 Subject: [PATCH] Use View::translate() instead of t() in the logout view script refs #8626 --- application/views/scripts/authentication/logout.phtml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/application/views/scripts/authentication/logout.phtml b/application/views/scripts/authentication/logout.phtml index 048335354..3962493ea 100644 --- a/application/views/scripts/authentication/logout.phtml +++ b/application/views/scripts/authentication/logout.phtml @@ -9,9 +9,9 @@ -->
- + translate('Logging out...'); ?>
- translate( 'If this message does not disappear, it might be necessary to quit the' . ' current session manually by clearing the cache, or by closing the current' . ' browser session.' @@ -19,7 +19,7 @@