Skip to content

Commit 8a58ca4

Browse files
authored
Merge pull request #2370 from numbersprotocol/fix-custom-camera-button-text
fix: translation for custom camera next button
2 parents 00fe584 + 1cf4d96 commit 8a58ca4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/assets/i18n/en-us.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291
}
292292
},
293293
"customCamera": {
294-
"confirmCapture": "Confirm",
294+
"confirmCapture": "Next",
295295
"max": "Max",
296296
"social": "Social"
297297
},

src/assets/i18n/zh-tw.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291
}
292292
},
293293
"customCamera": {
294-
"confirmCapture": "確認",
294+
"confirmCapture": "下一步",
295295
"max": "最佳畫質",
296296
"social": "瀏覽畫質"
297297
},

0 commit comments

Comments
 (0)