Page MenuHomePhorge

D12664.1767288196.diff
No OneTemporary

Size
2 KB
Referenced Files
None
Subscribers
None

D12664.1767288196.diff

diff --git a/lib/shared/thread-settings-notifications-utils.js b/lib/shared/thread-settings-notifications-utils.js
--- a/lib/shared/thread-settings-notifications-utils.js
+++ b/lib/shared/thread-settings-notifications-utils.js
@@ -18,7 +18,7 @@
const threadSettingsNotificationsCopy = {
BANNER_NOTIFS: 'Banner notifs',
- BADGE_COUNT: 'Badge count',
+ NOTIF_COUNT: 'Notif count',
IN_FOCUSED_TAB: 'Lives in Focused tab',
IN_BACKGROUND_TAB: 'Lives in Background tab',
FOCUSED: 'Focused (enabled)',
diff --git a/native/chat/settings/thread-settings-notifications.react.js b/native/chat/settings/thread-settings-notifications.react.js
--- a/native/chat/settings/thread-settings-notifications.react.js
+++ b/native/chat/settings/thread-settings-notifications.react.js
@@ -112,7 +112,7 @@
color={badgeCountIconColor}
/>
<Text style={badgeCountDescriptionTextStyles}>
- {threadSettingsNotificationsCopy.BADGE_COUNT}
+ {threadSettingsNotificationsCopy.NOTIF_COUNT}
</Text>
</View>
<View style={styles.notificationOptionDescriptionListItem}>
diff --git a/web/modals/threads/notifications/notifications-modal.react.js b/web/modals/threads/notifications/notifications-modal.react.js
--- a/web/modals/threads/notifications/notifications-modal.react.js
+++ b/web/modals/threads/notifications/notifications-modal.react.js
@@ -24,7 +24,7 @@
styleStatementBasedOnValidity: true,
},
{
- statement: threadSettingsNotificationsCopy.BADGE_COUNT,
+ statement: threadSettingsNotificationsCopy.NOTIF_COUNT,
isStatementValid: true,
styleStatementBasedOnValidity: true,
},
@@ -42,7 +42,7 @@
styleStatementBasedOnValidity: true,
},
{
- statement: threadSettingsNotificationsCopy.BADGE_COUNT,
+ statement: threadSettingsNotificationsCopy.NOTIF_COUNT,
isStatementValid: true,
styleStatementBasedOnValidity: true,
},
@@ -60,7 +60,7 @@
styleStatementBasedOnValidity: true,
},
{
- statement: threadSettingsNotificationsCopy.BADGE_COUNT,
+ statement: threadSettingsNotificationsCopy.NOTIF_COUNT,
isStatementValid: false,
styleStatementBasedOnValidity: true,
},

File Metadata

Mime Type
text/plain
Expires
Thu, Jan 1, 5:23 PM (10 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5876928
Default Alt Text
D12664.1767288196.diff (2 KB)

Event Timeline