TT#78464 Ropa 28519 CSC -Subscriber: Call Duration to be display in Call History

Change-Id: I536b52c56d34f5b0304c8784ffaec9d45d274933
changes/41/39041/2
Hans-Peter Herzog 6 years ago
parent 5f3b320c60
commit 6eddb6e2d7

@ -25,6 +25,9 @@
<q-item-tile sublabel>
{{ call.start_time | smartTime }}
</q-item-tile>
<q-item-tile sublabel>
{{ $t('pages.conversations.callDuration') }}: {{ call.duration }}
</q-item-tile>
<q-item-tile sublabel>
<span
class="csc-entity-subtitle"

@ -193,7 +193,8 @@
"to": "to",
"from": "from",
"call": "Call",
"callForwarded": "Call forwarded"
"callForwarded": "Call forwarded",
"callDuration": "Duration"
},
"reminder": {
"toggleEnabled": "Reminder is enabled",

Loading…
Cancel
Save