Browse Source

UI-3067: Use correct tooltip for park/valet feature codes (#64)

4.3
Joris Tirado 8 years ago
committed by GitHub
parent
commit
aa69573fd2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      i18n/en-US.json

+ 2
- 2
i18n/en-US.json View File

@ -1233,11 +1233,11 @@
},
"park_and_retrieve": {
"label": "Park and Retrieve",
"tooltip": "(Dial *3) This will announce the next available 'Parking Spot #'. (Dial *3) again to complete Park the call."
"tooltip": "(Dial *3 plus a specific number) to park a call in a specific number. Example: *3 + 101 = call is parked in spot 101"
},
"valet": {
"label": "Valet",
"tooltip": "(Dial *4 plus a specific number) to park a call in a specific number. Example: *4 + 101 = call is parked in spot 101"
"tooltip": "(Dial *4) This will announce the next available 'Parking Spot #'. (Dial *4) again to complete Park the call."
},
"retrieve": {
"label": "Retrieve",


Loading…
Cancel
Save