Call it 'beta' for now

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-03-24 17:39:39 +01:00
parent 067fc9e45d
commit fb9a7fc8b7
3 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@ import { Icon, Select } from 'soapbox/components/ui';
const messages = defineMessages({
light: { id: 'theme_toggle.light', defaultMessage: 'Light' },
dark: { id: 'theme_toggle.dark', defaultMessage: 'Dark' },
black: { id: 'theme_toggle.black', defaultMessage: 'Pure Black' },
black: { id: 'theme_toggle.black', defaultMessage: 'Pure Black (beta)' },
system: { id: 'theme_toggle.system', defaultMessage: 'System' },
});