Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

luci-mod-status: BUGFIX: routes: help strings to clarify column titles #6929

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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