Skip to content

Commit

Permalink
test(ui): update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
chouchouji committed Aug 28, 2024
1 parent 7640502 commit 0f47593
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ exports[`test counter validation 1`] = `
<div class="var-form-details">
<div class="var-form-details__error-message">
<transition-stub name="var-form-details__message" appear="false" persisted="false" css="true">
<div>必须大于0</div>
<div>The value must be more than zero</div>
</transition-stub>
</div>
<div class="var-form-details__extra-message">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ exports[`test uploader validation 1`] = `
<div class="var-form-details">
<div class="var-form-details__error-message">
<transition-stub name="var-form-details__message" appear="false" persisted="false" css="true">
<div>您至少上传一个</div>
<div>You must upload one file at least</div>
</transition-stub>
</div>
<div class="var-form-details__extra-message">
Expand Down

0 comments on commit 0f47593

Please sign in to comment.