Skip to content

Commit 6628d67

Browse files
authored
Update profile.tmpl
1 parent 12bfbf7 commit 6628d67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/user/settings/profile.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,13 @@
129129

130130
<div class="inline field cropper hidden" id="cropper">
131131
<div class="preview">
132-
<h3>预览</h3>
132+
<h3>{{ctx.Locale.Tr "preview"}}</h3>
133133
<div>
134134
<img id="result">
135135
</div>
136136
</div>
137137
<div class="editor">
138-
<h3>编辑</h3>
138+
<h3>{{ctx.Locale.Tr "edit"}}</h3>
139139
<div>
140140
<img id="image">
141141
</div>

0 commit comments

Comments
 (0)