mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-11 13:33:21 -08:00
Fix "threaded more" typo
This commit is contained in:
parent
78c92c0a01
commit
fa2bbbfd9d
2 changed files with 4 additions and 4 deletions
|
|
@ -8,8 +8,8 @@ import { IconButton } from 'flavours/glitch/components/icon_button';
|
|||
import { useAppSelector, useAppDispatch } from 'flavours/glitch/store';
|
||||
|
||||
const messages = defineMessages({
|
||||
enable_threaded_mode: { id: 'compose.enable_threaded_mode', defaultMessage: 'Enable threaded more' },
|
||||
disable_threaded_mode: { id: 'compose.disable_threaded_mode', defaultMessage: 'Disable threaded more' },
|
||||
enable_threaded_mode: { id: 'compose.enable_threaded_mode', defaultMessage: 'Enable threaded mode' },
|
||||
disable_threaded_mode: { id: 'compose.disable_threaded_mode', defaultMessage: 'Disable threaded mode' },
|
||||
});
|
||||
|
||||
export const ThreadModeButton = () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue