diff --git a/auth-web/package-lock.json b/auth-web/package-lock.json
index 99c342f4a3..542e533dd3 100644
--- a/auth-web/package-lock.json
+++ b/auth-web/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "auth-web",
- "version": "2.6.97",
+ "version": "2.6.98",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "auth-web",
- "version": "2.6.97",
+ "version": "2.6.98",
"dependencies": {
"@bcrs-shared-components/base-address": "2.0.3",
"@bcrs-shared-components/bread-crumb": "1.0.8",
@@ -58,7 +58,7 @@
"@types/vuelidate": "^0.7.13",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
- "@volar-plugins/vetur": "*",
+ "@volar-plugins/vetur": "latest",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/eslint-config-typescript": "^4.0.0",
"@vue/test-utils": "1.3.6",
diff --git a/auth-web/package.json b/auth-web/package.json
index f789a8438f..5274fa3ef0 100644
--- a/auth-web/package.json
+++ b/auth-web/package.json
@@ -1,6 +1,6 @@
{
"name": "auth-web",
- "version": "2.6.97",
+ "version": "2.6.98",
"appName": "Auth Web",
"sbcName": "SBC Common Components",
"private": true,
diff --git a/auth-web/src/components/pay/ShortNameSummaryTable.vue b/auth-web/src/components/pay/ShortNameSummaryTable.vue
index d07e71eaf4..f328299b0c 100644
--- a/auth-web/src/components/pay/ShortNameSummaryTable.vue
+++ b/auth-web/src/components/pay/ShortNameSummaryTable.vue
@@ -94,13 +94,13 @@
{{ formatAmount(item.creditsRemaining) }}
- {{ ShortNameRefundLabel.PENDING_REFUND }}
+ {{ ShortNameRefundLabel.PENDING_APPROVAL }}
diff --git a/auth-web/src/util/constants.ts b/auth-web/src/util/constants.ts
index 88385051d7..30f5dbafa8 100644
--- a/auth-web/src/util/constants.ts
+++ b/auth-web/src/util/constants.ts
@@ -765,9 +765,9 @@ export enum OrgNameLabel {
}
export enum ShortNameRefundStatus {
- PENDING_REFUND = 'PENDING_REFUND'
+ PENDING_APPROVAL = 'PENDING_APPROVAL'
}
export enum ShortNameRefundLabel {
- PENDING_REFUND = 'REFUND REQUEST'
+ PENDING_APPROVAL = 'REFUND REQUEST'
}