Add missing period to localized message (#8562)

The description for the "Unconnected account" alert has been updated to
include a period at the end of the sentence.
feature/default_network_editable
Mark Stacey 5 years ago committed by GitHub
parent c4fb514f3d
commit ee4f05c930
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/_locales/en/messages.json

@ -1553,7 +1553,7 @@
"message": "Not connected" "message": "Not connected"
}, },
"unconnectedAccountAlertDescription": { "unconnectedAccountAlertDescription": {
"message": "This account is not connected to this site" "message": "This account is not connected to this site."
}, },
"unconnectedAccountAlertDisableTooltip": { "unconnectedAccountAlertDisableTooltip": {
"message": "This can be changed in \"Settings > Alerts\"" "message": "This can be changed in \"Settings > Alerts\""

Loading…
Cancel
Save