diff --git a/config/language-translations.php b/config/language-translations.php index 08391790..ea7f4ba1 100644 --- a/config/language-translations.php +++ b/config/language-translations.php @@ -107,7 +107,7 @@ return [ "page_upgrade_account.change_payment.change_payment" => "change your default payment method", "page_upgrade_account.change_payment.pay_by_new_card" => "pay by new credit card", "page_upgrade_account.change_payment.you_can" => "Also you can", - "page_upgrade_account.desription" => "Choose plan witch perfect fit your needs. All plans is billed monthly automatically via your credit card.", + "page_upgrade_account.desription" => "To finish your order, please fill your payment method and set billing informations", "page_upgrade_account.errors.pay_by_another_card" => "Please pay by another payment card", "page_upgrade_account.section_billing" => "Billing Information", "page_upgrade_account.section_card" => "Payment Card", @@ -166,6 +166,7 @@ return [ "user_payments.set_as_default" => "Set as default card", "user_payments.store_card" => "Store Payment Card", "user_payments.title" => "Payment Methods", + "user_subscription.title" => "Subscription", "user_subscription.billed" => "Billed", "user_subscription.cancel_plan" => "Cancel Plan", "user_subscription.canceled_at" => "Canceled At", diff --git a/resources/js/components/FilesView/MobileActionButton.vue b/resources/js/components/FilesView/MobileActionButton.vue index 0c5d67bd..58c68941 100644 --- a/resources/js/components/FilesView/MobileActionButton.vue +++ b/resources/js/components/FilesView/MobileActionButton.vue @@ -32,6 +32,7 @@ components: { SortingAndPreviewIcon, CheckSquareIcon, + DollarSignIcon, CreditCardIcon, FolderPlusIcon, UserPlusIcon, diff --git a/resources/js/views/Upgrade/UpgradeBilling.vue b/resources/js/views/Upgrade/UpgradeBilling.vue index 9c34e969..30da226c 100644 --- a/resources/js/views/Upgrade/UpgradeBilling.vue +++ b/resources/js/views/Upgrade/UpgradeBilling.vue @@ -17,8 +17,8 @@
-

For test your payment please use 4242 4242 4242 4242 or 5555 5555 5555 4444 as a card number, 11/22 - as the expiration date and 123 as CVC number and ZIP 12345.

+

For test your payment please use 4242 4242 4242 4242 or 5555 5555 5555 4444 as a card number, 11/22 + as the expiration date and 123 as CVC number and ZIP 12345.

diff --git a/resources/js/views/User/CreatePaymentMethod.vue b/resources/js/views/User/CreatePaymentMethod.vue index d1c914f8..8333901b 100644 --- a/resources/js/views/User/CreatePaymentMethod.vue +++ b/resources/js/views/User/CreatePaymentMethod.vue @@ -7,8 +7,8 @@
-

For test your payment please use 4242 4242 4242 4242 or 5555 5555 5555 4444 as a card number, 11/22 - as the expiration date and 123 as CVC number and ZIP 12345.

+

For test your payment please use 4242 4242 4242 4242 or 5555 5555 5555 4444 as a card number, 11/22 + as the expiration date and 123 as CVC number and ZIP 12345.