diff --git a/src/components/home/topNavigation.vue b/src/components/home/topNavigation.vue index 1d325f78..eb57ade2 100644 --- a/src/components/home/topNavigation.vue +++ b/src/components/home/topNavigation.vue @@ -49,7 +49,7 @@
- {{ $t('list.share.userTeam.removeText', {type: shareTypeName, sharable: sharableName}) }} -
+ + {{ $t('list.share.userTeam.removeHeader', {type: shareTypeName, sharable: sharableName}) }} + + +{{ $t('list.share.userTeam.removeText', {type: shareTypeName, sharable: sharableName}) }}
+
- {{ $t('task.attachment.deleteText1', {filename: attachmentToDelete.file.name}) }}
- {{ $t('task.attachment.deleteText2') }}
-
{{ $t('task.attachment.deleteText1', {filename: attachmentToDelete.file.name}) }}
+ {{ $t('task.attachment.deleteText2') }}
- {{ $t('task.comment.deleteText1') }}
- {{ $t('task.comment.deleteText2') }}
-
{{ $t('task.comment.deleteText1') }}
+ {{ $t('task.comment.deleteText2') }}
- {{ $t('task.relation.deleteText1') }}
- {{ $t('task.relation.deleteText2') }}
-
{{ $t('task.relation.deleteText1') }}
+ {{ $t('task.relation.deleteText2') }}
- {{ $t('filters.delete.text') }} -
+ {{ $t('filters.delete.header') }} + + +{{ $t('filters.delete.text') }}
+ diff --git a/src/views/list/settings/archive.vue b/src/views/list/settings/archive.vue index 50895a5b..5ee21b50 100644 --- a/src/views/list/settings/archive.vue +++ b/src/views/list/settings/archive.vue @@ -3,13 +3,11 @@ @close="$router.back()" @submit="archiveList()" > - {{ list.isArchived ? $t('list.archive.unarchive') : $t('list.archive.archive') }} -- {{ $t('list.archive.unarchiveText') }} -
-- {{ $t('list.archive.archiveText') }} -
+ {{ list.isArchived ? $t('list.archive.unarchive') : $t('list.archive.archive') }} + + +{{ list.isArchived ? $t('list.archive.unarchiveText') : $t('list.archive.archiveText') }}
+ diff --git a/src/views/list/settings/delete.vue b/src/views/list/settings/delete.vue index 6a57e3d2..ab09d424 100644 --- a/src/views/list/settings/delete.vue +++ b/src/views/list/settings/delete.vue @@ -3,11 +3,12 @@ @close="$router.back()" @submit="deleteList()" > - {{ $t('list.delete.header') }} -
- {{ $t('list.delete.text1') }}
- {{ $t('list.delete.text2') }}
-
{{ $t('list.delete.text1') }}
+ {{ $t('list.delete.text2') }}
- {{ $t('list.kanban.deleteBucketText1') }}
- {{ $t('list.kanban.deleteBucketText2') }}
-
{{ $t('list.kanban.deleteBucketText1') }}
+ {{ $t('list.kanban.deleteBucketText2') }}
- {{ $t('namespace.archive.unarchiveText') }} -
-- {{ $t('namespace.archive.archiveText') }} -
+ {{ title }} + + +{{ list.isArchived ? $t('namespace.archive.unarchiveText') : $t('namespace.archive.archiveText') }}
+ diff --git a/src/views/namespaces/settings/delete.vue b/src/views/namespaces/settings/delete.vue index 7f5bfd32..1a867f5e 100644 --- a/src/views/namespaces/settings/delete.vue +++ b/src/views/namespaces/settings/delete.vue @@ -3,11 +3,12 @@ @close="$router.back()" @submit="deleteNamespace()" > - {{ title }} -
- {{ $t('namespace.delete.text1') }}
- {{ $t('namespace.delete.text2') }}
-
{{ $t('namespace.delete.text1') }}
+ {{ $t('namespace.delete.text2') }}
- {{ $t('task.detail.delete.text1') }}
- {{ $t('task.detail.delete.text2') }}
-
{{ $t('task.detail.delete.text1') }}
+ {{ $t('task.detail.delete.text2') }}
- {{ $t('team.edit.delete.text1') }}
- {{ $t('team.edit.delete.text2') }}
-
{{ $t('team.edit.delete.text1') }}
+ {{ $t('team.edit.delete.text2') }}
- {{ $t('team.edit.deleteUser.text1') }} - {{ $t('team.edit.deleteUser.text2') }} -
+ {{ $t('team.edit.deleteUser.header') }} + + +{{ $t('team.edit.deleteUser.text1') }}
+ {{ $t('team.edit.deleteUser.text2') }}