diff --git a/billing/src/components/ChangeCardModal.vue b/billing/src/components/ChangeCardModal.vue
index 595292f199..abb32ffe92 100644
--- a/billing/src/components/ChangeCardModal.vue
+++ b/billing/src/components/ChangeCardModal.vue
@@ -107,7 +107,7 @@ const removeCard = (card) => {
message: 'Are you sure you want to remove this card?',
actions: [
{
- label: 'Delete',
+ label: 'Remove',
variant: 'solid',
theme: 'red',
onClick: (close) => {
diff --git a/billing/src/icons/RefreshIcon.vue b/billing/src/icons/RefreshIcon.vue
new file mode 100644
index 0000000000..9e1806f4ec
--- /dev/null
+++ b/billing/src/icons/RefreshIcon.vue
@@ -0,0 +1,18 @@
+
+
+
diff --git a/billing/src/pages/BillingHistory.vue b/billing/src/pages/BillingHistory.vue
index 675fde32ce..0a673af252 100644
--- a/billing/src/pages/BillingHistory.vue
+++ b/billing/src/pages/BillingHistory.vue
@@ -7,7 +7,7 @@
-
- {{ 'Cards' }}
-
+
+
+ {{ 'Cards' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ item.last_4 }}
+
+
+
+
+
+
+
+
+
+
+ {
+ showAddCardModal = false
+ cards.reload()
+ }
+ "
+ />
+