Skip to content

Commit d283b66

Browse files
authored
Merge pull request #1307 from numbersprotocol/feature-update-caption-edit-help-text
feat: replace 'No Caption' with 'Click to Edit Caption' on Capture de…
2 parents 3092f10 + 84b3321 commit d283b66

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

src/app/features/home/details/details.page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
</ion-label>
104104
<ng-template #emptyCaption>
105105
<ion-label>
106-
No Caption
106+
{{ 'clickToEditCaption' | transloco }}
107107
<ion-icon
108108
name="pencil-outline"
109109
id="caption-edit-icon"

src/assets/i18n/en-us.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"cancel": "Cancel",
2121
"ok": "Ok",
2222
"emptyInbox": "Empty Inbox",
23+
"clickToEditCaption": "Click to Edit Caption",
2324
"editCaption": "Edit Caption",
2425
"selectAPublisher": "Select a Publisher",
2526
"about": "About",

src/assets/i18n/zh-tw.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"cancel": "取消",
2121
"ok": "確認",
2222
"emptyInbox": "空收件匣",
23+
"clickToEditCaption": "點擊以編輯標題",
2324
"editCaption": "編輯標題",
2425
"selectAPublisher": "選擇發佈者",
2526
"about": "關於",

0 commit comments

Comments
 (0)