Make sure all list settings have the same title in their cards as they have in the menu

This commit is contained in:
kolaente 2021-01-26 22:40:02 +01:00
parent 093c55ab39
commit baf5132adf
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@
:to="{ name: 'list.list.settings.background', params: { id: currentList.id } }"
v-if="backgroundsEnabled"
class="dropdown-item">
Change the background
Set list background
</router-link>
<router-link
:to="{ name: 'list.list.settings.duplicate', params: { id: currentList.id } }"

View File

@ -3,7 +3,7 @@
@close="$router.back()"
@submit="deleteList()"
>
<span slot="header">Delete the list</span>
<span slot="header">Delete this list</span>
<p slot="text">Are you sure you want to delete this list and all of its contents?
<br/>This includes all tasks and <b>CANNOT BE UNDONE!</b></p>
</modal>

View File

@ -1,6 +1,6 @@
<template>
<create-edit
title="Edit List"
title="Edit This List"
primary-icon=""
primary-label="Save"
@primary="save"