diff --git a/src/renderer/views/List/MyList/components/ListSortModal.vue b/src/renderer/views/List/MyList/components/ListSortModal.vue index 1d7b7bfb..00919d05 100644 --- a/src/renderer/views/List/MyList/components/ListSortModal.vue +++ b/src/renderer/views/List/MyList/components/ListSortModal.vue @@ -2,7 +2,7 @@
-

{{ listInfo.name }}

+

{{ listName }}

{{ $t('list_sort_modal_by_field') }}

@@ -65,9 +65,11 @@