Skip to content
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.

Fix a small typo #176

Merged
merged 1 commit into from
Aug 28, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/components/Authentication/AppRole/AppRole.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ export default class AppRoleAuthBackend extends React.Component {

return (
<Dialog
title={`Editting ${this.state.selectedItemName}`}
title={`Editing ${this.state.selectedItemName}`}
modal={false}
actions={actions}
open={this.state.openEditItemDialog}
Expand Down