Skip to content

Commit

Permalink
fix(dashboard): fix connect failed field
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream authored and CrazyWisdom committed Jun 12, 2019
1 parent 7f07da3 commit a0b76f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/apps/accounts/views/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<el-col class="describe" :span="12" :lg="10">
<li>
<span></span>
{{ $t('dashboard.connectFailure') }}:{{ currentCount.connect.failure }}
{{ $t('dashboard.connectFailure') }}:{{ currentCount.connect.failed }}
</li>
<li>
<span></span>
Expand Down

0 comments on commit a0b76f3

Please sign in to comment.