refactor: better copy

This commit is contained in:
Liyas Thomas
2021-01-23 19:43:11 +05:30
parent 290781e734
commit ca66b47014
7 changed files with 34 additions and 57 deletions

View File

@@ -10,7 +10,7 @@
</p>
<div class="row-wrapper">
<label for="collectionUpload">
<button class="icon" @click="$refs.collectionUpload.click()" v-tooltip="$t('json')">
<button class="icon" @click="$refs.collectionUpload.click()" v-tooltip="'JSON'">
<i class="material-icons">folder</i>
<span>{{ $t("import_collections") }}</span>
</button>

View File

@@ -206,7 +206,8 @@ export default {
FRAME_COLORS_ENABLED: this.$store.state.postwoman.settings.FRAME_COLORS_ENABLED || false,
PROXY_ENABLED: this.$store.state.postwoman.settings.PROXY_ENABLED || false,
PROXY_URL:
this.$store.state.postwoman.settings.PROXY_URL || "https://hoppscotch.apollosoftware.xyz/",
this.$store.state.postwoman.settings.PROXY_URL ||
"https://hoppscotch.apollosoftware.xyz/",
PROXY_KEY: this.$store.state.postwoman.settings.PROXY_KEY || "",
EXTENSIONS_ENABLED: