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
This commit is contained in:
Ahmed Qashlan 2023-05-31 08:00:43 +03:00 committed by GitHub
parent 5a07db851d
commit e3181a5afb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -215,7 +215,7 @@ const MobileAppConnection = observer(({ userPk }: Props) => {
onClick={() => onSendTestNotification(true)}
disabled={isAttemptingTestNotification}
>
Send Critical Test Push notification
Send Important Test Push notification
</Button>
</HorizontalGroup>
</div>