Skip to content

Commit

Permalink
fixed translation of reboot header
Browse files Browse the repository at this point in the history
  • Loading branch information
DEvil0000 committed Jan 29, 2022
1 parent 2c79e81 commit 285c160
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<h2><%:Your node's setup is now complete.%></h2>
<h2><%
local pkg_i18n = i18n 'ffbsee-config-mode-core'
local msg = pkg_i18n.translate("Your node's setup is now complete.")
renderer.render_string(msg)
%></h2>
<%
local util = require "gluon.util"

Expand Down

0 comments on commit 285c160

Please sign in to comment.