Skip to content

Commit

Permalink
add elements
Browse files Browse the repository at this point in the history
  • Loading branch information
Germey committed Nov 5, 2023
1 parent b376bd9 commit b74ccd9
Show file tree
Hide file tree
Showing 6 changed files with 2,016 additions and 37 deletions.
2 changes: 1 addition & 1 deletion src/components/common/ApiStatus.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{{ $t('conversation.message.remainingCount') }}: {{ application?.remaining_amount }}
</span>
<span class="actions">
<el-button size="small" type="primary" @click="onBuy">Buy</el-button>
<el-button size="small" type="primary" @click="onBuy">{{ $t('common.button.buyMore') }}</el-button>
</span>
</div>
</template>
Expand Down
Loading

0 comments on commit b74ccd9

Please sign in to comment.