translate mode, trivial changes

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou 2023-02-14 22:20:12 +08:00
parent e24f72040e
commit 16dd1f3c79

View File

@ -1517,7 +1517,7 @@ class _RemoteMenubarState extends State<RemoteMenubar> {
}
var text = translate(mode.menu);
if (mode.key == 'translate') {
text = '$text beta legacy 2';
text = '$text beta';
}
list.add(MenuEntryRadioOption(text: text, value: mode.key));
}