diff --git a/src/assets/ba_data/python/bauiv1lib/party.py b/src/assets/ba_data/python/bauiv1lib/party.py index abb7702e..faa69fc5 100644 --- a/src/assets/ba_data/python/bauiv1lib/party.py +++ b/src/assets/ba_data/python/bauiv1lib/party.py @@ -242,7 +242,7 @@ class PartyWindow(bui.Window): bui.Lstr( resource='chatUnMuteText' if is_muted else 'chatMuteText' ), - bui.Lstr(value='Add to Favorites') + bui.Lstr(resource='addToFavoritesText') ], current_choice='unmute' if is_muted else 'mute', delegate=self, @@ -602,4 +602,4 @@ class PartyWindow(bui.Window): def close_with_sound(self) -> None: """Close the window and make a lovely sound.""" bui.getsound('swish').play() - self.close() \ No newline at end of file + self.close()