Influx: fix typo (#37181)

This commit is contained in:
Luca Fenu 2021-07-26 08:44:09 +02:00 committed by GitHub
parent 827a5b7021
commit e3622ac1da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ export const QueryEditorModeSwitcher = ({ isRaw, onChange }: Props): JSX.Element
<ConfirmModal
isOpen={isModalOpen}
title="Switch to visual editor mode"
body="Are you sure to switch to visual editor mode? You will loose the changes done in raw query mode."
body="Are you sure to switch to visual editor mode? You will lose the changes done in raw query mode."
confirmText="Yes, switch to editor mode"
dismissText="No, stay in raw query mode"
onConfirm={() => {