Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32559798
D12664.1767288196.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D12664.1767288196.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D12664: [lib/native/web] update copy BADGE_COUNT => NOTIF_COUNT
Attached
Detach File
Event Timeline
Log In to Comment