mirror of
https://github.com/openwrt/luci.git
synced 2026-02-04 12:06:01 +08:00
luci-app-frpc: 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:
@@ -12,7 +12,7 @@ var startupConf = [
|
||||
[widgets.UserSelect, 'user', _('Run daemon as user')],
|
||||
[widgets.GroupSelect, 'group', _('Run daemon as group')],
|
||||
[form.Flag, 'respawn', _('Respawn when crashed')],
|
||||
[form.DynamicList, 'env', _('Environment variable'), _('OS environments pass to frp for config file template, see <a href="https://github.com/fatedier/frp#configuration-file-template">frp README</a>'), {placeholder: 'ENV_NAME=value'}],
|
||||
[form.DynamicList, 'env', _('Environment variable'), _('OS environments pass to frp for config file template, see %s.'.format('<a href="https://github.com/fatedier/frp#configuration-file-template">frp README</a>')), {placeholder: 'ENV_NAME=value'}],
|
||||
[form.DynamicList, 'conf_inc', _('Additional configs'), _('Config files include in temporary config file'), {placeholder: '/etc/frp/frpc.d/frpc_full.ini'}]
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user