diff --git a/src/locales/en.js b/src/locales/en.js index 7f17c5dc..b02ee79d 100644 --- a/src/locales/en.js +++ b/src/locales/en.js @@ -939,7 +939,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', + 'Search transaction description': 'Search transaction description', 'Unable to get transaction list': 'Unable to get transaction list', 'Custom Date Range': 'Custom Date Range', 'Transaction Detail': 'Transaction Detail', diff --git a/src/locales/zh_Hans.js b/src/locales/zh_Hans.js index 3ab41a5f..243bf430 100644 --- a/src/locales/zh_Hans.js +++ b/src/locales/zh_Hans.js @@ -939,7 +939,7 @@ export default { 'Unable to save transaction': '无法保存交易', 'You have added a new transaction': '您已经添加新交易', 'You have saved this transaction': '您已经保存该交易', - 'Search transaction comment': '搜索交易描述', + 'Search transaction description': '搜索交易描述', 'Unable to get transaction list': '无法获取交易列表', 'Custom Date Range': '自定义日期范围', 'Transaction Detail': '交易详情', diff --git a/src/views/mobile/settings/TextSizeSettingsPage.vue b/src/views/mobile/settings/TextSizeSettingsPage.vue index 29f80580..0197f118 100644 --- a/src/views/mobile/settings/TextSizeSettingsPage.vue +++ b/src/views/mobile/settings/TextSizeSettingsPage.vue @@ -58,7 +58,7 @@
-
+
{{ $t('Description') }}
diff --git a/src/views/mobile/transactions/ListPage.vue b/src/views/mobile/transactions/ListPage.vue index 863bffe1..f512983f 100644 --- a/src/views/mobile/transactions/ListPage.vue +++ b/src/views/mobile/transactions/ListPage.vue @@ -18,7 +18,7 @@ @@ -91,8 +91,8 @@
-
- Transaction Comment +
+ Transaction Description
-
+
{{ transaction.comment }}
@@ -952,7 +952,7 @@ export default { font-size: var(--ebk-transaction-day-of-week-font-size); } -.list.transaction-info-list li.transaction-info .transaction-comment { +.list.transaction-info-list li.transaction-info .transaction-description { font-size: var(--ebk-large-footer-font-size); line-height: 20px; padding-top: 2px;