Skip to content

Commit

Permalink
Rename "Create LifetimeScope" button to "Create Default LifetimeScope"
Browse files Browse the repository at this point in the history
  • Loading branch information
mackysoft committed Nov 6, 2023
1 parent 5fa17f4 commit 75da71d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public override void OnInspectorGUI ()
if (m_LifetimeScope == null)
{
EditorGUILayout.Space();
if (GUILayout.Button("Create LifetimeScope", m_ButtonLayoutOptions))
if (GUILayout.Button("Create Default LifetimeScope", m_ButtonLayoutOptions))
{
CreateLifetimeScope();
}
Expand Down

0 comments on commit 75da71d

Please sign in to comment.