refactor: lint and i18n

This commit is contained in:
Pranav C
2024-08-27 07:23:44 +00:00
parent b6d2e54385
commit 08aa9d4a74
3 changed files with 6 additions and 4 deletions

View File

@@ -129,7 +129,7 @@ const isValid = computed(() => {
</div>
<div class="nc-config-right-panel">
<div class="flex-grow flex flex-col gap-3">
<div class="text-gray-500 text-capitalize">Documentation</div>
<div class="text-gray-500 text-capitalize">{{ $t('labels.documentation') }}</div>
<a href="httpd://docs.nocodb.com" rel="noopener noreferrer" target="_blank" class="!no-underline !text-current">
<GeneralIcon icon="bookOpen" class="text-gray-500" />
@@ -149,7 +149,7 @@ const isValid = computed(() => {
<NcDivider />
<div class="text-gray-500 text-capitalize">Modified on</div>
<div class="text-gray-500 text-capitalize">{{ $t('labels.modifiedOn') }}</div>
<div class="">
{{ dayjs(plugin.created_at).format('DD MMM YYYY HH:mm') }}
</div>