Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
a-b-r-o-w-n authored Mar 16, 2021
1 parent 9a15d72 commit d730850
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ type DeleteBotButtonProps = {

export const openDeleteBotModal = async (onConfirm: () => Promise<void>) => {
const warningText = formatMessage(
'Are you sure you want to delete your bot? This action cannot be undone and your ot and all relsated files in the bot project folder will be permanently deleted. Your Azure resources will remain unchanged.'
'Are you sure you want to delete your bot? This action cannot be undone and your bot and all related files in the bot project folder will be permanently deleted. Your Azure resources will remain unchanged.'
);
const title = formatMessage('Delete Bot');
const settings = {
Expand Down

0 comments on commit d730850

Please sign in to comment.