mirror of
https://github.com/openwrt/luci.git
synced 2026-02-04 12:06:01 +08:00
luci-app-tailscale-community: fix i18n compile warn
Message contains an embedded URL. Better move it out of the translatable string Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
@@ -448,7 +448,7 @@ return view.extend({
|
||||
|
||||
const customLoginUrl = s.taboption('account', form.Value, 'custom_login_url',
|
||||
_('Custom Login Server'),
|
||||
_('Optional: Specify a custom control server URL (e.g., a Headscale instance, https://example.com).')
|
||||
_('Optional: Specify a custom control server URL (e.g., a Headscale instance, %s).'.format('https://example.com'))
|
||||
+'<br>'+_('Leave blank for default Tailscale control plane.')
|
||||
);
|
||||
customLoginUrl.placeholder = '';
|
||||
|
||||
Reference in New Issue
Block a user