Skip to content

Commit

Permalink
fix: untranslated string in RO simulator UI (#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunderscore authored Sep 3, 2024
1 parent 371809f commit ae950ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Editor/ReactiveObjects/Simulator/EffectGroup.uxml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<UXML xmlns:ui="UnityEngine.UIElements" xmlns:ed="UnityEditor.UIElements"
xmlns:ma="nadena.dev.modular_avatar.core.editor">
<ui:VisualElement class="effect-group">
<ed:ObjectField label="Reactive Component" name="effect__source"/>
<ed:ObjectField label="ro_sim.effect_group.component" name="effect__source" class="ndmf-tr"/>

<ui:VisualElement name="effect__set-active" class="unity-base-field h-group">
<ui:Label text="ro_sim.effect_group.controls_obj_state" class="unity-base-field__label ndmf-tr"/>
Expand Down

0 comments on commit ae950ad

Please sign in to comment.