luci-app-advanced-reboot: fix translation string
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
4381a27ef0
commit
4115f8cc56
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<%- else -%>
|
<%- else -%>
|
||||||
<%- if rom_board_name then -%>
|
<%- if rom_board_name then -%>
|
||||||
<p class="alert-message warning"><%:Warning: Device (%><%=rom_board_name%><%:) is unknown or isn't a dual-partition device!%></p>
|
<p class="alert-message warning"><%=pcdata(translatef("Warning: Device (%s) is unknown or isn't a dual-partition device!", rom_board_name))%></p>
|
||||||
<%- else -%>
|
<%- else -%>
|
||||||
<p class="alert-message warning"><%:Warning: Unable to obtain device information!%></p>
|
<p class="alert-message warning"><%:Warning: Unable to obtain device information!%></p>
|
||||||
<%- end -%>
|
<%- end -%>
|
||||||
|
|
Loading…
Reference in a new issue