feature/IO-3377-Add-Notification-Tone-For-Messaging - Finalize

This commit is contained in:
Dave
2025-09-24 14:38:58 -04:00
parent 5ae2e33596
commit c1e1d5e82c
4 changed files with 4 additions and 4 deletions

View File

@@ -147,7 +147,7 @@ export default connect(
{association && ( {association && (
<Col span={24}> <Col span={24}>
<Card title={t("user.labels.notification_sound")}> <Card title={t("user.labels.user_settings")}>
<Space align="center" size="large"> <Space align="center" size="large">
<Typography.Text>{t("user.labels.play_sound_for_new_messages")}</Typography.Text> <Typography.Text>{t("user.labels.play_sound_for_new_messages")}</Typography.Text>
<Tooltip <Tooltip

View File

@@ -3812,7 +3812,7 @@
"actions": "Actions", "actions": "Actions",
"changepassword": "Change Password", "changepassword": "Change Password",
"profileinfo": "Profile Info", "profileinfo": "Profile Info",
"notification_sound": "Notification sound", "user_settings": "User Settings",
"play_sound_for_new_messages": "Play a sound for new messages", "play_sound_for_new_messages": "Play a sound for new messages",
"notification_sound_on": "Sound is ON", "notification_sound_on": "Sound is ON",
"notification_sound_off": "Sound is OFF", "notification_sound_off": "Sound is OFF",

View File

@@ -3813,7 +3813,7 @@
"actions": "", "actions": "",
"changepassword": "", "changepassword": "",
"profileinfo": "", "profileinfo": "",
"notification_sound": "", "user_settings": "",
"play_sound_for_new_messages": "", "play_sound_for_new_messages": "",
"notification_sound_on": "", "notification_sound_on": "",
"notification_sound_off": "", "notification_sound_off": "",

View File

@@ -3813,7 +3813,7 @@
"actions": "", "actions": "",
"changepassword": "", "changepassword": "",
"profileinfo": "", "profileinfo": "",
"notification_sound": "", "user_settings": "",
"play_sound_for_new_messages": "", "play_sound_for_new_messages": "",
"notification_sound_on": "", "notification_sound_on": "",
"notification_sound_off": "", "notification_sound_off": "",