diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a72967f..205ba2b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ * Updating xmppjs-chat-box version. * Translation updates: japanese. * Updating slow mode duration on existing rooms when changing channel options (related to #332). + * This settings is no more a default duration, but the actual duration (updating labels and documentation). ## 8.3.2 diff --git a/client/@types/global.d.ts b/client/@types/global.d.ts index 9b16cd5e..1a60f3e2 100644 --- a/client/@types/global.d.ts +++ b/client/@types/global.d.ts @@ -44,8 +44,8 @@ declare const LOC_LIVECHAT_CONFIGURATION_DESC: string declare const LOC_LIVECHAT_CONFIGURATION_PLEASE_SELECT: string declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_TITLE: string declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_DESC: string -declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_DEFAULT_SLOW_MODE_LABEL: string -declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_DEFAULT_SLOW_MODE_DESC: string +declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_SLOW_MODE_LABEL: string +declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_SLOW_MODE_DESC: string declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_ENABLE_BOT_LABEL: string declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_BOT_OPTIONS_TITLE: string declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_FORBIDDEN_WORDS_LABEL: string diff --git a/client/common/configuration/templates/channel.mustache b/client/common/configuration/templates/channel.mustache index 2f2f7c82..0b51f09a 100644 --- a/client/common/configuration/templates/channel.mustache +++ b/client/common/configuration/templates/channel.mustache @@ -11,8 +11,8 @@