mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
luci-app-mosquitto: 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:
@@ -25,8 +25,9 @@ return view.extend({
|
||||
// Define the Map
|
||||
m = new form.Map('mosquitto', _('Mosquitto MQTT Broker'), _(
|
||||
'mosquitto - the ' +
|
||||
"<a href='http://www.mosquitto.org'>blood thirsty</a>" +
|
||||
' MQTT messaging broker. Note, only some of the available configuration files ' +
|
||||
'%s' +
|
||||
' MQTT messaging broker.'.format('<a href="http://www.mosquitto.org">blood thirsty</a>')) + '<br/>' +
|
||||
_('Note, only some of the available configuration files ' +
|
||||
'are supported at this stage. Use the checkbox below to use config generated ' +
|
||||
'by this page, or the stock mosquitto configuration file in %s.'
|
||||
.format('<code>' + mosquitto_conf + '</code>')));
|
||||
|
||||
Reference in New Issue
Block a user