diff --git a/src/window/app.tsx b/src/window/app.tsx index c1de3f9..fe2296c 100644 --- a/src/window/app.tsx +++ b/src/window/app.tsx @@ -30,7 +30,7 @@ export const WindowApp = () => { const [callHistories, setCallHistories] = useState([]); const tabsSettings = [ { - title: "Phone", + title: "Dialer", content: ( { ), }, { - title: "Recent", + title: "History", content: , }, {