Skip to content

Commit

Permalink
Change two limitations in enable encryption modal (#970)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktuite authored Apr 18, 2024
1 parent 7ba0838 commit c338656
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/project/enable-encryption.vue
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,8 @@ export default {
// which is code and will not be translated.
"To use the automatic Central encryption process on these Forms, remove the {base64RsaPublicKey} configuration."
],
"You will no longer be able to preview Submission data online.",
"You will no longer be able to connect to data over OData.",
"You will no longer be able to edit or view Submission data online.",
"You will no longer be able to analyze data via OData.",
"You will no longer be able to edit Submissions in your web browser.",
"New Submissions will no longer be processed into Entities."
],
Expand Down
4 changes: 2 additions & 2 deletions transifex/strings_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3463,10 +3463,10 @@
}
},
"4": {
"string": "You will no longer be able to preview Submission data online."
"string": "You will no longer be able to edit or view Submission data online."
},
"5": {
"string": "You will no longer be able to connect to data over OData."
"string": "You will no longer be able to analyze data via OData."
},
"6": {
"string": "You will no longer be able to edit Submissions in your web browser."
Expand Down

0 comments on commit c338656

Please sign in to comment.