Skip to content

Commit

Permalink
fix: npm lint
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Jan 1, 2025
1 parent 757f885 commit 73116b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/views/Validation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
compact
:name="t('libresign', 'Requested on:')">
<template #name>
<strong>{{ t('libresign', 'Requested on:')}}</strong>
<strong>{{ t('libresign', 'Requested on:') }}</strong>
{{ dateFromSqlAnsi(signer.request_sign_date) }}
</template>
</NcListItem>
Expand All @@ -99,7 +99,7 @@
compact
:name="t('libresign', 'Remote address:')">
<template #name>
<strong>{{ t('libresign', 'Remote address:')}}</strong>
<strong>{{ t('libresign', 'Remote address:') }}</strong>
{{ signer.remote_address }}
</template>
</NcListItem>
Expand All @@ -108,7 +108,7 @@
compact
:name="t('libresign', 'User agent:')">
<template #name>
<strong>{{ t('libresign', 'User agent:')}}</strong>
<strong>{{ t('libresign', 'User agent:') }}</strong>
{{ signer.user_agent }}
</template>
</NcListItem>
Expand All @@ -117,7 +117,7 @@
compact
:name="t('libresign', 'Notifications:')">
<template #name>
<strong>{{ t('libresign', 'Notifications:')}}</strong>
<strong>{{ t('libresign', 'Notifications:') }}</strong>
</template>
<template #subname>
<ul>
Expand Down

0 comments on commit 73116b1

Please sign in to comment.