luci-mod-status: BUGFIX: routes: help strings to clarify column titles
authorThomas Schröder <tschroeder_github@outlook.com>
Sun, 18 Feb 2024 13:24:35 +0000 (14:24 +0100)
committerHannu Nyman <hannu.nyman@iki.fi>
Sun, 18 Feb 2024 17:00:28 +0000 (19:00 +0200)
Adds a missing closing bracket.

Signed-off-by: Thomas Schröder <tschroeder_github@outlook.com>
(cherry picked from commit 6b0953af64eba7fd70830178dd7f0f51a7c34fed)

modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js

index 0e91ea6736824aedd0a6075631e13b9364861ff1..8d7e36f701fea1d5f1a36cb3ee56c0c60e2603f6 100644 (file)
@@ -173,7 +173,7 @@ return view.extend({
                    ip6route = data[5].stdout || '',
                    ip6rule = data[6].stdout || '';
 
-               var device_title = _('Which is used to access this %s').format(_('Target');
+               var device_title = _('Which is used to access this %s').format(_('Target'));
                var target_title = _('Network and its mask that define the size of the destination');
                var gateway_title = _('The address through which this %s is reachable').format(_('Target'));
                var metric_title = _('Quantifies the cost or distance to a destination in a way that allows routers to make informed decisions about the optimal path to forward data packets');