refactor: new i18n strings for data sharing and data component
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
<template>
|
||||
<div class="md:grid md:grid-cols-3 md:gap-4 border-divider border-b py-8">
|
||||
<div class="px-8 md:col-span-1">
|
||||
<h3 class="heading">{{ t('configs.dataSharing.title') }}</h3>
|
||||
<h3 class="heading">{{ t('configs.data-sharing.title') }}</h3>
|
||||
<p class="my-1 text-secondaryLight">
|
||||
{{ t('configs.dataSharing.description') }}
|
||||
{{ t('configs.data-sharing.description') }}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="mt-5 mx-8 md:col-span-2">
|
||||
<section v-if="dataSharingConfigs">
|
||||
<h4 class="font-semibold text-secondaryDark">
|
||||
{{ t('configs.dataSharing.title') }}
|
||||
{{ t('configs.data-sharing.title') }}
|
||||
</h4>
|
||||
|
||||
<div class="space-y-4 py-4">
|
||||
@@ -19,7 +19,7 @@
|
||||
:on="dataSharingConfigs.enabled"
|
||||
@change="dataSharingConfigs.enabled = !dataSharingConfigs.enabled"
|
||||
>
|
||||
{{ t('configs.dataSharing.toggle_description') }}
|
||||
{{ t('configs.data-sharing.toggle_description') }}
|
||||
</HoppSmartToggle>
|
||||
</div>
|
||||
</div>
|
||||
@@ -28,7 +28,7 @@
|
||||
outline
|
||||
filled
|
||||
:icon="IconShieldQuestion"
|
||||
:label="t('configs.dataSharing.see_shared')"
|
||||
:label="t('configs.data-sharing.see_shared')"
|
||||
to="http://docs.hoppscotch.io"
|
||||
class="w-min my-2"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user