mirror of
https://github.com/gotson/komga.git
synced 2026-05-04 06:10:21 +00:00
add more tooltips
This commit is contained in:
parent
bc9228f73a
commit
50c3a53d6e
11 changed files with 108 additions and 15 deletions
|
|
@ -13,6 +13,13 @@
|
|||
<template #append>
|
||||
<v-icon-btn
|
||||
v-if="isAdmin"
|
||||
v-tooltip:bottom="
|
||||
$formatMessage({
|
||||
description: 'Add library button: tooltip',
|
||||
defaultMessage: 'Create library',
|
||||
id: '70/wK4',
|
||||
})
|
||||
"
|
||||
icon="i-mdi:plus"
|
||||
variant="text"
|
||||
:aria-label="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue