modify text

This commit is contained in:
MaysWind
2021-03-13 17:26:23 +08:00
parent 50c7ec0cda
commit dad2ab1b7c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -631,7 +631,6 @@ export default {
'Remove': 'Remove',
'Delete': 'Delete',
'Duplicate': 'Duplicate',
'Search': 'Search',
'Sort': 'Sort',
'Date': 'Date',
'Type': 'Type',
@@ -794,6 +793,7 @@ export default {
'Unable to save transaction': 'Unable to save transaction',
'You have added a new transaction': 'You have added a new transaction',
'You have saved this transaction': 'You have saved this transaction',
'Search transaction comment': 'Search transaction comment',
'Unable to get transaction list': 'Unable to get transaction list',
'Custom Date Range': 'Custom Date Range',
'Transaction Detail': 'Transaction Detail',
+1 -1
View File
@@ -631,7 +631,6 @@ export default {
'Remove': '移除',
'Delete': '删除',
'Duplicate': '复制',
'Search': '搜索',
'Sort': '排序',
'Date': '日期',
'Type': '类型',
@@ -794,6 +793,7 @@ export default {
'Unable to save transaction': '无法保存交易',
'You have added a new transaction': '您已经添加新交易',
'You have saved this transaction': '您已经保存该交易',
'Search transaction comment': '搜索交易描述',
'Unable to get transaction list': '无法获取交易列表',
'Custom Date Range': '自定义日期范围',
'Transaction Detail': '交易详情',
+1 -1
View File
@@ -17,7 +17,7 @@
<f7-searchbar
custom-searchs
:value="query.keyword"
:placeholder="$t('Search')"
:placeholder="$t('Search transaction comment')"
:disable-button-text="$t('Cancel')"
@change="changeKeywordFilter($event.target.value)"
></f7-searchbar>