Skip to content

Commit b4d6aa7

Browse files
committed
docs: fix typos
1 parent 0f18f44 commit b4d6aa7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/AddAuthFromTemplateDialog/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const forms = {
9191
export default ({ open, onClose, onSelect, onFinish, onAuthConfigured }) => {
9292
const c = useStyles()
9393
const [authProvider, setAuthProvider] = useState(null)
94-
const [dialogTitle, setDialogTitle] = useState("Add Authentification")
94+
const [dialogTitle, setDialogTitle] = useState("Add Authentication")
9595
const [errors, addError] = useErrors()
9696
const { appConfig, setAppConfig, fromConfig, setInConfig } = useAppConfig()
9797

@@ -148,7 +148,7 @@ export default ({ open, onClose, onSelect, onFinish, onAuthConfigured }) => {
148148
key={template.name}
149149
onClick={() => {
150150
setAuthProvider(template.provider)
151-
setDialogTitle(`Add Authentification for ${template.name}`)
151+
setDialogTitle(`Add Authentication for ${template.name}`)
152152
}}
153153
className={c.bigButton}
154154
>

src/components/StartingPage/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ export default ({
195195
</Action>
196196
)}
197197
<Action onClick={() => changeAddAuthFromDialogOpen(true)}>
198-
Add Authentification
198+
Add Authentication
199199
</Action>
200200
{/* <Action>Open Folder</Action> */}
201201
</ActionList>

0 commit comments

Comments
 (0)