aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Settings/ReduceMotion/ReduceMotion.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Settings/ReduceMotion/ReduceMotion.tsx')
-rw-r--r--src/components/Settings/ReduceMotion/ReduceMotion.tsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/Settings/ReduceMotion/ReduceMotion.tsx b/src/components/Settings/ReduceMotion/ReduceMotion.tsx
index d0f7980..00562cd 100644
--- a/src/components/Settings/ReduceMotion/ReduceMotion.tsx
+++ b/src/components/Settings/ReduceMotion/ReduceMotion.tsx
@@ -27,14 +27,17 @@ const ReduceMotion = () => {
label={intl.formatMessage({
defaultMessage: 'Animations:',
description: 'ReduceMotion: toggle label',
+ id: 'X3PDXO',
})}
leftChoice={intl.formatMessage({
defaultMessage: 'On',
description: 'ReduceMotion: toggle on label',
+ id: 'qPU/Qn',
})}
rightChoice={intl.formatMessage({
defaultMessage: 'Off',
description: 'ReduceMotion: toggle off label',
+ id: 'w1nIrj',
})}
value={isDeactivated}
changeHandler={updateState}