Skip to content

Commit 5aaa015

Browse files
committed
chore: 文案
1 parent 7111728 commit 5aaa015

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sub-store-front-end",
3-
"version": "2.25.2",
3+
"version": "2.25.3",
44
"private": true,
55
"scripts": {
66
"dev": "vite --host",
@@ -89,4 +89,4 @@
8989
"@fortawesome/free-solid-svg-icons"
9090
]
9191
}
92-
}
92+
}

src/locales/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ export default {
775775
},
776776
},
777777
sourceNamePicker: {
778-
title: 'Enter/select subscription name',
778+
title: 'Select Subscription',
779779
cancel: 'Cancel',
780780
confirm: 'Confirm',
781781
emptyTips: 'Subscription not found? Click to add a subscription',

src/locales/ru.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ export default {
829829
}
830830
},
831831
"sourceNamePicker": {
832-
"title": "Введите/выберите имя подписки",
832+
"title": "Выберите подписку",
833833
"cancel": "Отмена",
834834
"confirm": "Подтвердить",
835835
"emptyTips": "Подписка не найдена? Нажмите для добавления новой подписки"

src/locales/zh.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ export default {
737737
},
738738
},
739739
sourceNamePicker: {
740-
title: '输入/选择订阅名称',
740+
title: '请选择订阅',
741741
cancel: '取消',
742742
confirm: '确定',
743743
emptyTips: '未找到订阅?点击去添加订阅',

0 commit comments

Comments
 (0)