replace all instances of publically with publicly

This commit is contained in:
jaasonw 2023-12-27 23:02:29 -08:00
parent 784237bfab
commit 048707dffe
3 changed files with 3 additions and 3 deletions

View File

@ -1382,7 +1382,7 @@
"message.share-url": [ "message.share-url": [
{ {
"type": 0, "type": 0,
"value": "Your website stats are publically available at the following URL:" "value": "Your website stats are publicly available at the following URL:"
} }
], ],
"message.team-already-member": [ "message.team-already-member": [

View File

@ -227,7 +227,7 @@ export const messages = defineMessages({
}, },
shareUrl: { shareUrl: {
id: 'message.share-url', id: 'message.share-url',
defaultMessage: 'Your website stats are publically available at the following URL:', defaultMessage: 'Your website stats are publicly available at the following URL:',
}, },
trackingCode: { trackingCode: {
id: 'message.tracking-code', id: 'message.tracking-code',

View File

@ -207,7 +207,7 @@
"message.reset-website": "To reset this website, type {confirmation} in the box below to confirm.", "message.reset-website": "To reset this website, type {confirmation} in the box below to confirm.",
"message.reset-website-warning": "All statistics for this website will be deleted, but your settings will remain intact.", "message.reset-website-warning": "All statistics for this website will be deleted, but your settings will remain intact.",
"message.saved": "Saved.", "message.saved": "Saved.",
"message.share-url": "Your website stats are publically available at the following URL:", "message.share-url": "Your website stats are publicly available at the following URL:",
"message.team-already-member": "You are already a member of the team.", "message.team-already-member": "You are already a member of the team.",
"message.team-not-found": "Team not found.", "message.team-not-found": "Team not found.",
"message.team-websites-info": "Websites can be viewed by anyone on the team.", "message.team-websites-info": "Websites can be viewed by anyone on the team.",