Skip to content

Commit

Permalink
Update HistoryOrderWidget.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
RustemYuzlibaev committed Dec 26, 2023
1 parent 21ea7b6 commit 1f58ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/OrderBook/HistoryOrderWidget.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default class OrderHistoryWidget extends Mixins(TranslationMixin, mixins.
}
get cancelAllText(): string {
return 'Cancel order';
return 'Cancel all';
}
get hasSelected(): boolean {
Expand Down

0 comments on commit 1f58ed6

Please sign in to comment.