Skip to content

Commit

Permalink
luci-mod-status: BUGFIX: routes: help strings to clarify column titles
Browse files Browse the repository at this point in the history
Adds a missing closing bracket.

Signed-off-by: Thomas Schröder <[email protected]>
  • Loading branch information
thomasschroeder authored and hnyman committed Feb 18, 2024
1 parent 72cb359 commit 6b0953a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 6b0953a

Please sign in to comment.