diff --git a/src/components/call/CscPhoneNumberInput.vue b/src/components/call/CscPhoneNumberInput.vue index fe334533..e323f2a3 100644 --- a/src/components/call/CscPhoneNumberInput.vue +++ b/src/components/call/CscPhoneNumberInput.vue @@ -71,10 +71,10 @@ ], computed: { errorMessage() { - return this.$t('call.inputValidNumber'); + return this.$t('validationErrors.inputValidNumber'); }, helperMessage() { - return this.$t('call.inputNumber'); + return this.$t('validationErrors.inputNumber'); }, inputReadonly() { return this.isMobile; diff --git a/src/components/pages/CallForward/CscAddDestinationForm.vue b/src/components/pages/CallForward/CscAddDestinationForm.vue index ccc61392..02ef5a22 100644 --- a/src/components/pages/CallForward/CscAddDestinationForm.vue +++ b/src/components/pages/CallForward/CscAddDestinationForm.vue @@ -29,8 +29,7 @@
{{ $t('buttons.save') }} @@ -76,12 +81,31 @@