From e3181a5afb5c56fecfb95d52818e4e6cf66132fd Mon Sep 17 00:00:00 2001 From: Ahmed Qashlan Date: Wed, 31 May 2023 08:00:43 +0300 Subject: [PATCH] Edit critical to be Important to align with the rest of app convention (#2063) # What this PR does - Edits the send important notification button to be send critical notification button to align with the app conventions ## Which issue(s) this PR fixes Ref #2043 --- .../src/containers/MobileAppConnection/MobileAppConnection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grafana-plugin/src/containers/MobileAppConnection/MobileAppConnection.tsx b/grafana-plugin/src/containers/MobileAppConnection/MobileAppConnection.tsx index 943dca59..0bb60fd9 100644 --- a/grafana-plugin/src/containers/MobileAppConnection/MobileAppConnection.tsx +++ b/grafana-plugin/src/containers/MobileAppConnection/MobileAppConnection.tsx @@ -215,7 +215,7 @@ const MobileAppConnection = observer(({ userPk }: Props) => { onClick={() => onSendTestNotification(true)} disabled={isAttemptingTestNotification} > - Send Critical Test Push notification + Send Important Test Push notification