Merge remote-tracking branch 'origin/improve-footer-for-mobile' into improve-footer-for-mobile

This commit is contained in:
ItzNotABug
2024-07-17 17:17:36 +05:30
@@ -26,7 +26,7 @@
addNotification({
type: 'success',
isHtml: true,
message: `You will be notified when <b>${selectedRegion.name}</b> region is available`
message: `You will be notified via email when <b>${selectedRegion.name}</b> region is available`
});
} catch (error) {
addNotification({
@@ -48,7 +48,7 @@
addNotification({
type: 'info',
isHtml: true,
message: `You won't be notified anymore when the <b>${selectedRegion.name}</b> region is available`
message: `You will no longer be notified when the <b>${selectedRegion.name}</b> region is available`
});
} catch (error) {
addNotification({