From 65165f4b42de60493fb09c5b9cbc2f1e7313124d Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 13 Nov 2024 11:10:52 -0800 Subject: [PATCH] networks: Fix minor typo in template related to signal strength - Check for availability of access_point.strength before using access_point.strength. Signed-off-by: Sunil Mohan Adapa Reviewed-by: Veiko Aasa --- plinth/modules/networks/templates/connection_show.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/networks/templates/connection_show.html b/plinth/modules/networks/templates/connection_show.html index 9360ddbc1..f08554218 100644 --- a/plinth/modules/networks/templates/connection_show.html +++ b/plinth/modules/networks/templates/connection_show.html @@ -149,7 +149,7 @@ {{ connection.wireless.mode_string }} {% endif %} - {% if access_point.channel %} + {% if access_point.strength %}
{% trans "Signal strength" %}