You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
un-eat the space
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
committed by
GitHub
parent
c9c72036f3
commit
47827e0b81
@ -137,7 +137,7 @@ const Notifier = {
|
|||||||
? 'Riot does not have permission to send you notifications'
|
? 'Riot does not have permission to send you notifications'
|
||||||
+ ' - please check your browser settings'
|
+ ' - please check your browser settings'
|
||||||
: 'Riot was not given permission to send notifications'
|
: 'Riot was not given permission to send notifications'
|
||||||
+ '- please try again';
|
+ ' - please try again';
|
||||||
const ErrorDialog = sdk.getComponent('dialogs.ErrorDialog');
|
const ErrorDialog = sdk.getComponent('dialogs.ErrorDialog');
|
||||||
Modal.createDialog(ErrorDialog, {
|
Modal.createDialog(ErrorDialog, {
|
||||||
title: 'Unable to enable Notifications',
|
title: 'Unable to enable Notifications',
|
||||||
|
Reference in New Issue
Block a user