Skip to content

Commit

Permalink
fix(options): Use DummyClass inside of the updatedMessage() metho…
Browse files Browse the repository at this point in the history
…d in the options stub
  • Loading branch information
Log1x authored Apr 20, 2020
1 parent 336356f commit 6e5636a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/stubs/options.full.stub
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class DummyClass extends Field
*/
public function updatedMessage()
{
return __('Options Updated', 'acf');
return __('DummyClass Updated', 'acf');
}

/**
Expand Down

0 comments on commit 6e5636a

Please sign in to comment.