Adjust confirmation tooltip visibility and message
This commit is contained in:
parent
167161942e
commit
b34b064bb9
2 changed files with 3 additions and 1 deletions
|
@ -30,6 +30,8 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
|||
</a>
|
||||
<a v-tooltip="{
|
||||
placement: 'left',
|
||||
show: activated,
|
||||
trigger: 'manual',
|
||||
boundariesElement: 'body',
|
||||
content: message
|
||||
}"
|
||||
|
|
|
@ -324,7 +324,7 @@ export default {
|
|||
return check
|
||||
},
|
||||
deleteMessage: function(name) {
|
||||
return t('tasks', 'This will delete the Calendar "%s" and all of its entries.').replace('%s', name)
|
||||
return t('tasks', 'This will delete the calendar "%s" and all corresponding events and tasks.').replace('%s', name)
|
||||
},
|
||||
deleteCalendar: function(calendar) {
|
||||
console.log('Delete calendar ' + calendar.uri)
|
||||
|
|
Loading…
Reference in a new issue