diff --git a/src/components/goods-receipt-note/GoodsReceiptNoteForm.vue b/src/components/goods-receipt-note/GoodsReceiptNoteForm.vue index e228fa94d..a9c421b22 100644 --- a/src/components/goods-receipt-note/GoodsReceiptNoteForm.vue +++ b/src/components/goods-receipt-note/GoodsReceiptNoteForm.vue @@ -149,7 +149,7 @@
{{ submitting ? t('shillinq', 'Saving...') : t('shillinq', 'Save goods receipt') }} diff --git a/src/components/purchase-order/PurchaseOrderForm.vue b/src/components/purchase-order/PurchaseOrderForm.vue index ccf63fb43..f93cb5374 100644 --- a/src/components/purchase-order/PurchaseOrderForm.vue +++ b/src/components/purchase-order/PurchaseOrderForm.vue @@ -157,7 +157,7 @@
{{ submitting ? t('shillinq', 'Creating...') : t('shillinq', 'Create purchase order') }} diff --git a/src/views/DeadlineCalendarSettings.vue b/src/views/DeadlineCalendarSettings.vue index 37c7114b8..daf2f4042 100644 --- a/src/views/DeadlineCalendarSettings.vue +++ b/src/views/DeadlineCalendarSettings.vue @@ -54,7 +54,7 @@
{{ saving ? t('shillinq', 'Saving…') : t('shillinq', 'Save') }} diff --git a/src/views/bookings/BookingForm.vue b/src/views/bookings/BookingForm.vue index 8f46850b9..aa77d9e63 100644 --- a/src/views/bookings/BookingForm.vue +++ b/src/views/bookings/BookingForm.vue @@ -60,7 +60,7 @@

- + {{ submitting ? t('shillinq', 'Saving…') : t('shillinq', 'Create Booking') }}
diff --git a/src/views/settings/PipelinqIntegration.vue b/src/views/settings/PipelinqIntegration.vue index 60bd51159..c32e7faa2 100644 --- a/src/views/settings/PipelinqIntegration.vue +++ b/src/views/settings/PipelinqIntegration.vue @@ -35,7 +35,7 @@
{{ saving ? t('shillinq', 'Saving…') : t('shillinq', 'Save') }} diff --git a/src/views/settings/Settings.vue b/src/views/settings/Settings.vue index fee77f9b1..e718cf1c4 100644 --- a/src/views/settings/Settings.vue +++ b/src/views/settings/Settings.vue @@ -18,7 +18,7 @@ {{ saving ? t('shillinq', 'Saving...') : t('shillinq', 'Save') }}