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:
parent
5a07db851d
commit
e3181a5afb
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue