From 785d3f2101562a8cef1970cd0f179e017843fa73 Mon Sep 17 00:00:00 2001 From: GonnaHetzMe Date: Wed, 19 Aug 2026 13:33:52 +0200 Subject: [PATCH] Fix last-post screen reader label Use the correct accessible label for the last-post link in the recent topics template. This prevents an undefined variable from being announced to screen readers and ensures the link reads as 'Go to last post'. --- styles/all/template/recent_topics_body_topbottom.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/all/template/recent_topics_body_topbottom.html b/styles/all/template/recent_topics_body_topbottom.html index 98f2e5d..a0efe1e 100644 --- a/styles/all/template/recent_topics_body_topbottom.html +++ b/styles/all/template/recent_topics_body_topbottom.html @@ -101,7 +101,7 @@ {% if not S_IS_BOT %} - {{ VIEW_LATEST_POST }} + {{ lang('GOTO_LAST_POST') }} {% endif %}
{{ recent_topics.LAST_POST_TIME }}