diff --git a/public/index.html b/public/index.html index faaa380..dbd3c72 100644 --- a/public/index.html +++ b/public/index.html @@ -7,7 +7,7 @@ - Phono Change Applier + Feature Change Applier diff --git a/src/App.js b/src/App.js index 27a8461..a353d14 100644 --- a/src/App.js +++ b/src/App.js @@ -5,7 +5,7 @@ import PhonoChangeApplier from './PhonoChangeApplier'; function App() { return (
-

Phono Change Applier

+

Feature Change Applier

);