Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117780606
D3767.1775247183.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None
D3767.1775247183.diff
View Options
diff --git a/src/resources/lang/en/ui.php b/src/resources/lang/en/ui.php
--- a/src/resources/lang/en/ui.php
+++ b/src/resources/lang/en/ui.php
@@ -515,6 +515,7 @@
'history' => "History",
'month' => "month",
'noperm' => "Only account owners can access a wallet.",
+ 'norefund' => "The money in your wallet are non-refundable.",
'payment-amount-hint' => "Choose the amount by which you want to top up your wallet.",
'payment-method' => "Method of payment: {method}",
'payment-warning' => "You will be charged for {price}.",
diff --git a/src/resources/vue/Wallet.vue b/src/resources/vue/Wallet.vue
--- a/src/resources/vue/Wallet.vue
+++ b/src/resources/vue/Wallet.vue
@@ -108,6 +108,9 @@
{{ $t('wallet.payment-warning', { price: $root.price(amount * selectedPaymentMethod.exchangeRate * 100, selectedPaymentMethod.currency) }) }}
</div>
</form>
+ <div class="alert alert-warning m-0 mt-3">
+ {{ $t('wallet.norefund') }}
+ </div>
</div>
<div id="auto-payment" v-if="paymentForm == 'auto'">
<form data-validation-prefix="mandate_">
@@ -139,6 +142,9 @@
{{ $t('wallet.auto-payment-disabled-next') }}
</div>
</form>
+ <div class="alert alert-warning m-0 mt-3">
+ {{ $t('wallet.norefund') }}
+ </div>
</div>
</modal-dialog>
</div>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 3, 8:13 PM (1 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18826277
Default Alt Text
D3767.1775247183.diff (1 KB)
Attached To
Mode
D3767: Add "non-refundable" warning in payment dialog
Attached
Detach File
Event Timeline