From afbf21c47f40859f11017250f39f133851a76131 Mon Sep 17 00:00:00 2001 From: yubathom Date: Fri, 6 Dec 2019 16:44:20 -0300 Subject: [PATCH] Fix buttons translations --- pages/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/index.vue b/pages/index.vue index 4993df158..3cd956ae2 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -265,7 +265,7 @@ class="icon" id="show-modal" @click="showModal = true" - v-tooltip.bottom="'Import cURL'" + v-tooltip.bottom="$t('import_curl')" > import_export @@ -308,7 +308,7 @@ id="copyRequest" ref="copyRequest" :disabled="!isValidURL" - v-tooltip.bottom="'Copy Request URL'" + v-tooltip.bottom="$t('copy_request_link')" > file_copy @@ -319,7 +319,7 @@ id="saveRequest" ref="saveRequest" :disabled="!isValidURL" - v-tooltip.bottom="'Save to Collections'" + v-tooltip.bottom="$t('save_to_collections')" > save