Skip to content

Commit b5c1d9e

Browse files
Merge pull request #3751 from RedisInsight/fe/bugfix/RI-6039-there-is-no-description-text
RI-6039 change description text for timezone
2 parents 1fdf29a + 3b2a3ef commit b5c1d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/pages/settings/components/general-settings/datetime-formatter/DateTimeFormatter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ const DateTimeFormatter = () => {
239239
onChange={(id) => onRadioOptionChange(id)}
240240
/>
241241
<EuiSpacer size="m" />
242-
<EuiText className={styles.dateTimeSubtitle} color="subdued">Timezone</EuiText>
242+
<EuiText className={styles.dateTimeSubtitle} color="subdued">Specifies the time zone to be used in Redis Insight:</EuiText>
243243
<EuiSpacer size="s" />
244244
<div>
245245
<EuiFlexGroup alignItems="center">

0 commit comments

Comments
 (0)