mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-02-02 09:48:13 -05:00
修复源文件中的i18n问题
This commit is contained in:
parent
f55715fc47
commit
6e83f0ddb9
@ -1,4 +1,4 @@
|
|||||||
<% var title = i18n('main', 'app') %>
|
<% var title = 'Nginx 代理管理器' %>
|
||||||
<%- include partials/header.ejs %>
|
<%- include partials/header.ejs %>
|
||||||
|
|
||||||
<div id="app" class="page">
|
<div id="app" class="page">
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<% var title = i18n('str', 'sign-in') + ' – ' + i18n('main', 'app') %>
|
<% var title = '登录 – Nginx 代理管理器' %>
|
||||||
<%- include partials/header.ejs %>
|
<%- include partials/header.ejs %>
|
||||||
|
|
||||||
<div class="page" id="login" data-version="<%= version %>">
|
<div class="page" id="login" data-version="<%= version %>">
|
||||||
|
Loading…
Reference in New Issue
Block a user