diff --git a/packages/hoppscotch-app/components/app/Announcement.vue b/packages/hoppscotch-app/components/app/Announcement.vue index 6fd8d0510..bee7fcc8a 100644 --- a/packages/hoppscotch-app/components/app/Announcement.vue +++ b/packages/hoppscotch-app/components/app/Announcement.vue @@ -2,25 +2,31 @@
- info_outline + info_outline - {{ $t("helpers.offline_short") }} + {{ t("helpers.offline_short") }} -
+ + diff --git a/packages/hoppscotch-app/components/app/Footer.vue b/packages/hoppscotch-app/components/app/Footer.vue index 9fdc06d7e..4579e1308 100644 --- a/packages/hoppscotch-app/components/app/Footer.vue +++ b/packages/hoppscotch-app/components/app/Footer.vue @@ -107,7 +107,7 @@ @click.native="$refs.options.tippy().hide()" /> -
+
{{ `${t("app.name")} ${t("app.version")}` }}
@@ -135,7 +135,7 @@ @click.native="COLUMN_LAYOUT = !COLUMN_LAYOUT" />
- manage_search + manage_search {{ t("state.nothing_found") }} "{{ search }}" diff --git a/packages/hoppscotch-app/components/app/Header.vue b/packages/hoppscotch-app/components/app/Header.vue index 8566bd728..12704553f 100644 --- a/packages/hoppscotch-app/components/app/Header.vue +++ b/packages/hoppscotch-app/components/app/Header.vue @@ -1,9 +1,9 @@