Skip to content

Commit 65222df

Browse files
committed
fix typography of footer
Signed-off-by: zent00 <rainylau@gmail.com>
1 parent b2af9d9 commit 65222df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

locales/zh-CN.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"Paste your gist url here...": "在这里粘贴 Gist 网址...",
101101
"Import from Snippet": "从 Snippet 导入",
102102
"Select From Available Projects": "从可用的项目中选择",
103-
"Select From Available Snippets": "从可用的 Snippet 中选择",
103+
"Select From Available Snippets": "从可用的 Snippets 中选择",
104104
"OR": "",
105105
"Export to Snippet": "导出到 Snippet",
106106
"Select Visibility Level": "选择可见层级",
@@ -116,6 +116,6 @@
116116
"Source Code": "源代码",
117117
"Powered by %s": "由 %s 驱动",
118118
"Register": "注册",
119-
"Export with pandoc": "导出为 Pandoc",
119+
"Export with pandoc": "使用 Pandoc 导出",
120120
"Select output format": "选择输出格式"
121121
}

public/views/index/body.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
<option value="sr">српски</option>
152152
</select>
153153
<p>
154-
<%- __('Powered by %s', '<a href="https://github.com/hackmdio/codimd">CodiMD</a>') %> | <a href="<%- serverURL %>/s/release-notes" target="_blank" rel="noopener"><%= __('Releases') %></a>| <a href="<%- sourceURL %>" target="_blank" rel="noopener"><%= __('Source Code') %></a><% if(privacyStatement) { %> | <a href="<%- serverURL %>/s/privacy" target="_blank" rel="noopener"><%= __('Privacy') %></a><% } %><% if(termsOfUse) { %> | <a href="<%- serverURL %>/s/terms-of-use" target="_blank" rel="noopener"><%= __('Terms of Use') %></a><% } %>
154+
<%- __('Powered by %s', '<a href="https://github.com/hackmdio/codimd">CodiMD</a>') %> | <a href="<%- serverURL %>/s/release-notes" target="_blank" rel="noopener"><%= __('Releases') %></a> | <a href="<%- sourceURL %>" target="_blank" rel="noopener"><%= __('Source Code') %></a><% if(privacyStatement) { %> | <a href="<%- serverURL %>/s/privacy" target="_blank" rel="noopener"><%= __('Privacy') %></a><% } %><% if(termsOfUse) { %> | <a href="<%- serverURL %>/s/terms-of-use" target="_blank" rel="noopener"><%= __('Terms of Use') %></a><% } %>
155155
</p>
156156
<h6 class="social-foot">
157157
<%- __('Follow us on %s and %s.', '<a href="https://github.com/hackmdio/CodiMD" target="_blank" rel="noopener"><i class="fa fa-github"></i> GitHub</a>, <a href="https://gitter.im/hackmdio/hackmd" target="_blank" rel="noopener"><i class="fa fa-comments"></i> Gitter</a>', '<a href="https://poeditor.com/join/project/q0nuPWyztp" target="_blank" rel="noopener"><i class="fa fa-globe"></i> POEditor</a>') %>

0 commit comments

Comments
 (0)