fix(webapp): localize footer/menu and harden auth routes
This commit is contained in:
@@ -141,7 +141,7 @@ const testimonials = computed(() => isEn.value
|
||||
const leadTestimonial = computed(() => testimonials.value[0] ?? null)
|
||||
const sideTestimonials = computed(() => testimonials.value.slice(1))
|
||||
|
||||
const ctaTitle = computed(() => isEn.value ? 'Scale your sourcing flow with Optovia' : 'Масштабируйте закупочный поток вместе с Optovia')
|
||||
const ctaTitle = computed(() => isEn.value ? 'Scale your procurement flow with Optovia' : 'Масштабируйте поток закупок вместе с Optovia')
|
||||
const ctaText = computed(() => isEn.value
|
||||
? 'Move from fragmented tools to one coherent workflow.'
|
||||
: 'Перейдите от разрозненных инструментов к единому рабочему контуру.')
|
||||
|
||||
Reference in New Issue
Block a user