Skip to content

Commit f6eccd1

Browse files
committed
chore(LiveView): Renamed 'Copy as JSON' to 'Dump as JSON'
1 parent c3bf589 commit f6eccd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UE4SS/src/GUI/LiveView.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2298,7 +2298,7 @@ namespace RC::GUI
22982298
m_function_caller_widget->open_widget_deferred();
22992299
}
23002300
ImGui::SameLine();
2301-
if (ImGui::Button(ICON_FA_COPY " Copy as JSON"))
2301+
if (ImGui::Button(ICON_FA_COPY " Dump as JSON"))
23022302
{
23032303
TRY([currently_selected_object] {
23042304
Dumpers::call_generate_object_as_json(currently_selected_object.object);

0 commit comments

Comments
 (0)