mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Influx: fix typo (#37181)
This commit is contained in:
parent
827a5b7021
commit
e3622ac1da
@ -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={() => {
|
||||
|
Loading…
Reference in New Issue
Block a user