Skip to content

Commit 2a860cf

Browse files
authored
fix(Upload): fix incorrect text of upload button in list layout (#4540)
1 parent deece39 commit 2a860cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/components/upload/upload.wxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
<slot name="add-content" />
179179
<block wx:if="{{addContent}}">{{addContent}}</block>
180180
<t-button wx:else theme="primary" size="medium" disabled="{{disabled}}" icon="upload" bindtap="onAddTap"
181-
>上传</t-button
181+
>Upload</t-button
182182
>
183183
</view>
184184
<!-- 文件列表(非拖拽模式) -->

0 commit comments

Comments
 (0)