Skip to content

Commit

Permalink
Mention autosend in text for legacy QR code
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-white committed Jan 14, 2021
1 parent 6faaa5f commit 99558b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions src/components/field-key/qr-panel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,11 @@ export default {
"legacyCode": "Legacy QR Code"
}
},
// "Get Blank Form" is the text of a button in ODK Collect.
{
// "Get Blank Form" is the text of a button in ODK Collect.
"managed": "Collect will exactly match the Forms available to “{displayName}” including automatically applying updates. Users will not need to manually Get Blank Forms. Additionally, finalized Forms will be sent automatically as soon as a connection is found.",
"legacy": "Users will have to manually Get Blank Forms on the device and determine which Forms to update."
// "Get Blank Form" and "Send Finalized Form" are the text of buttons in ODK Collect.
"legacy": "Users will have to manually Get Blank Forms on the device and determine which Forms to update. They will also need to manually Send Finalized Forms."
},
{
"managed": {
Expand Down
4 changes: 2 additions & 2 deletions transifex/strings_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -915,8 +915,8 @@
"developer_comment": "\"Get Blank Form\" is the text of a button in ODK Collect."
},
"legacy": {
"string": "Users will have to manually Get Blank Forms on the device and determine which Forms to update.",
"developer_comment": "\"Get Blank Form\" is the text of a button in ODK Collect."
"string": "Users will have to manually Get Blank Forms on the device and determine which Forms to update. They will also need to manually Send Finalized Forms.",
"developer_comment": "\"Get Blank Form\" and \"Send Finalized Form\" are the text of buttons in ODK Collect."
}
},
"2": {
Expand Down

0 comments on commit 99558b1

Please sign in to comment.