mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
[MIRROR] Fix incorrect wording in atmos UI [MDB IGNORE] (#11716)
* Fix incorrect wording in atmos UI (#65078) * Fix incorrect wording in atmos UI Co-authored-by: Putnam3145 <putnam3145@gmail.com>
This commit is contained in:
@@ -37,7 +37,7 @@ export const Vent = (props, context) => {
|
||||
<LabeledList.Item label="Mode">
|
||||
<Button
|
||||
icon="sign-in-alt"
|
||||
content={direction ? 'Pressurizing' : 'Scrubbing'}
|
||||
content={direction ? 'Pressurizing' : 'Siphoning'}
|
||||
color={!direction && 'danger'}
|
||||
onClick={() => act('direction', {
|
||||
id_tag,
|
||||
|
||||
Reference in New Issue
Block a user