Skip to content

Commit

Permalink
add question mark to email access verification copy
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-livefront committed Dec 17, 2024
1 parent 54d872a commit 659e2a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/browser/src/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -4926,7 +4926,7 @@
"message": "Remind me later"
},
"newDeviceVerificationNoticePageOneFormContent": {
"message": "Do you have reliable access to your email, $EMAIL$",
"message": "Do you have reliable access to your email, $EMAIL$?",
"placeholders": {
"email": {
"content": "$1",
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src/locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3411,7 +3411,7 @@
"message": "Remind me later"
},
"newDeviceVerificationNoticePageOneFormContent": {
"message": "Do you have reliable access to your email, $EMAIL$",
"message": "Do you have reliable access to your email, $EMAIL$?",
"placeholders": {
"email": {
"content": "$1",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -9901,7 +9901,7 @@
"message": "Remind me later"
},
"newDeviceVerificationNoticePageOneFormContent": {
"message": "Do you have reliable access to your email, $EMAIL$",
"message": "Do you have reliable access to your email, $EMAIL$?",
"placeholders": {
"email": {
"content": "$1",
Expand Down

0 comments on commit 659e2a7

Please sign in to comment.