diff --git a/packages/hoppscotch-common/src/components/app/Banner.vue b/packages/hoppscotch-common/src/components/app/Banner.vue index d74994d2a..392a7769c 100644 --- a/packages/hoppscotch-common/src/components/app/Banner.vue +++ b/packages/hoppscotch-common/src/components/app/Banner.vue @@ -8,10 +8,10 @@ - {{ banner.alternateText }} + {{ banner.alternateText(t) }} - - {{ banner.text }} + + {{ banner.text(t) }} @@ -19,8 +19,8 @@