diff --git a/ayanova/src/views/adm-global-settings.vue b/ayanova/src/views/adm-global-settings.vue index 44f56147..a7a0b05d 100644 --- a/ayanova/src/views/adm-global-settings.vue +++ b/ayanova/src/views/adm-global-settings.vue @@ -142,8 +142,11 @@ > + - {{ $ay.t("CompanyInformation") }} + + {{ $ay.t("CompanyInformation") }} + - {{ $ay.t("AddressTypePhysical") }} + + {{ $ay.t("AddressTypePhysical") }} - {{ $ay.t("AddressTypePostal") }} + + {{ $ay.t("AddressTypePostal") }} @@ -1439,6 +1446,9 @@ async function fetchTranslatedText(vm) { "GlobalSignatureTitle", "GlobalAllowScheduleConflicts", "CompanyInformation", + "CompanyEmail", + "CompanyPhone1", + "CompanyPhone2", "WebAddress", "AddressTypePhysical", "AddressTypePostal",